#987698

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

Shades of Violet Blue #987698

Tints of Violet Blue #987698

Color information

#987698 (or 0x987698) is unknown color: approx Violet Blue. HEX triplet: 98, 76 and 98. RGB value is (152,118,152). Sum of RGB (Red+Green+Blue) = 152+118+152=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #987698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987698 is #678967. Grayscale: #838383. Windows color (decimal): -6785384 or 9991832. OLE color: 9991832.

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

Color convert

RGB152118152-
CMYK00.2200.40
HSL300º14.17%52.94%-
HSV(B)300º22.37%59.61%-
XYZ25.0921.932.61-
YUV132.04139.26142.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.02%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 152 (59.77% from 255) = 36.02%
R=36.02%
G=27.96%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211815200.2200.4030014.1752.94
Hex98769801602812ce35
Octal2301662300260504541665
Binary1001100011101101001100001011001010001001011001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987698; }

 p { color: rgb(152,118,152); }

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

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

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

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

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

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

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