Html Css Color HEX #957996 Violet Blue

📋 copy color: '#957996'

red 149 ◦ green 121 ◦ blue 150

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

Shades of Violet Blue #957996

Tints of Violet Blue #957996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.71%

R = 35.48%
G = 28.81%
B = 35.71%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#957996 (or 0x957996) is known color: Violet Blue. HEX triplet: 95, 79 and 96. RGB value is (149,121,150). Sum of RGB (Red+Green+Blue) = 149+121+150=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 150 - color contains mainly: blue. Hex color #957996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957996 is #6A8669. Grayscale: #848484. Windows color (decimal): -6981226 or 9861525. OLE color: 9861525.

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

Color convert

RGB 149 121 150 -
CMYK 0.01 0.19 0 0.41
HSL 297.93º 0.12% 0.53% -
HSV(B) 297.93º 0.19% 0.59% -
XYZ 24.74 22.27 31.85 -
YUV 132.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 149 121 150 0.01 0.19 0 0.41 297.93 0.12 0.53
Hex 95 79 96 1 13 0 29 12A C 35
Octal 225 171 226 1 23 0 51 452 14 65
Binary 10010101 1111001 10010110 1 10011 0 101001 100101010 1100 110101

Color Harmonies of #957996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957996

Black with #957996

Text Example


Text Example

White with #957996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957996; }

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

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

background-color css

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

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

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

border-color css

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

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

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