#987896

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

Shades of Violet Blue #987896

Tints of Violet Blue #987896

Color information

#987896 (or 0x987896) is unknown color: approx Violet Blue. HEX triplet: 98, 78 and 96. RGB value is (152,120,150). Sum of RGB (Red+Green+Blue) = 152+120+150=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #987896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987896 is #678769. Grayscale: #848484. Windows color (decimal): -6784874 or 9861272. OLE color: 9861272.

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

Color convert

RGB152120150-
CMYK00.210.010.40
HSL303.75º13.45%53.33%-
HSV(B)303.75º21.05%59.61%-
XYZ25.1722.3131.83-
YUV132.99137.6141.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.02%
GREEN value IS 120 (47.27% from 255) = 28.44%
BLUE value IS 150 (58.98% from 255) = 35.55%
R=36.02%
G=28.44%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212015000.210.010.40303.7513.4553.33
Hex987896015128130d35
Octal2301702260251504601565
Binary1001100011110001001011001010111010001001100001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987896; }

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

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

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

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

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

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

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

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