Html Css Color HEX #957994 Violet Blue

📋 copy color: '#957994'

red 149 ◦ green 121 ◦ blue 148

#957994
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #957994

Tints of Violet Blue #957994

RGB

 RED value IS 149 (58.59% from 255) = 35.65%

 GREEN value IS 121 (47.66% from 255) = 28.95%

 BLUE value IS 148 (58.2% from 255) = 35.41%

R = 35.65%
G = 28.95%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#957994 (or 0x957994) is known color: Violet Blue. HEX triplet: 95, 79 and 94. RGB value is (149,121,148). Sum of RGB (Red+Green+Blue) = 149+121+148=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 149 - color contains mainly: red. Hex color #957994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957994 is #6A866B. Grayscale: #848484. Windows color (decimal): -6981228 or 9730453. OLE color: 9730453.

HSL color Cylindrical-coordinate representation of color #957994: hue angle of 302.14º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #957994 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 121 148 -
CMYK 0 0.19 0.01 0.42
HSL 302.14º 0.12% 0.53% -
HSV(B) 302.14º 0.19% 0.58% -
XYZ 24.58 22.2 31.01 -
YUV 132.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 149 121 148 0 0.19 0.01 0.42 302.14 0.12 0.53
Hex 95 79 94 0 13 1 2A 12E C 35
Octal 225 171 224 0 23 1 52 456 14 65
Binary 10010101 1111001 10010100 0 10011 1 101010 100101110 1100 110101

Color Harmonies of #957994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957994

Black with #957994

Text Example


Text Example

White with #957994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957994; }

 p { color: rgb(149,121,148); }

 H1.HeaderClassName
 {
   color: #957994;
 }
 .AnyTagClassName
 {
   color: #957994;
 }
</style>

background-color css

<style>
 a { background-color: #957994; }

 a { background-color: rgb(149,121,148); }

 div.DivClassName
 {
   background-color: #957994;
 }
 .BgClassName
 {
   background-color: #957994;
 }
</style>

border-color css

<style>
 span { border-color: #957994; }

 span { border-color: rgb(149,121,148); }

 td.TdClassName
 {
   border-color: #957994;
 }
 .TagClassName
 {
   border-color: #957994;
 }
</style>