#987596

Color #987596 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #987596

Tints of Violet Blue #987596

Color information

#987596 (or 0x987596) is unknown color: approx Violet Blue. HEX triplet: 98, 75 and 96. RGB value is (152,117,150). Sum of RGB (Red+Green+Blue) = 152+117+150=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 152 - color contains mainly: red. Hex color #987596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987596 is #678A69. Grayscale: #838383. Windows color (decimal): -6785642 or 9860504. OLE color: 9860504.

HSL color Cylindrical-coordinate representation of color #987596: hue angle of 303.43º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #987596 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB152117150-
CMYK00.230.010.40
HSL303.43º14.52%52.75%-
HSV(B)303.43º23.03%59.61%-
XYZ24.8221.631.72-
YUV131.23138.6142.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.28%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 150 (58.98% from 255) = 35.80%
R=36.28%
G=27.92%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211715000.230.010.40303.4314.5252.75
Hex98759601712812ff35
Octal2301652260271504571765
Binary1001100011101011001011001011111010001001011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987596; }

 p { color: rgb(152,117,150); }

 H1.HeaderClassName
 {
   color: #987596;
 }
 .AnyTagClassName
 {
   color: #987596;
 }
</style>
background-color css

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

 a { background-color: rgb(152,117,150); }

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

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

 span { border-color: rgb(152,117,150); }

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