#987C97

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

Shades of Violet Blue #987C97

Tints of Violet Blue #987C97

Color information

#987C97 (or 0x987C97) is unknown color: approx Violet Blue. HEX triplet: 98, 7C and 97. RGB value is (152,124,151). Sum of RGB (Red+Green+Blue) = 152+124+151=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 152 - color contains mainly: red. Hex color #987C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987C97 is #678368. Grayscale: #878787. Windows color (decimal): -6783849 or 9927832. OLE color: 9927832.

HSL color Cylindrical-coordinate representation of color #987C97: hue angle of 302.14º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #987C97 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB152124151-
CMYK00.180.010.40
HSL302.14º11.97%54.12%-
HSV(B)302.14º18.42%59.61%-
XYZ25.7423.3332.42-
YUV135.45136.78139.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.60%
GREEN value IS 124 (48.83% from 255) = 29.04%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=35.60%
G=29.04%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212415100.180.010.40302.1411.9754.12
Hex987C9701212812ec36
Octal2301742270221504561466
Binary1001100011111001001011101001011010001001011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987C97; }

 p { color: rgb(152,124,151); }

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

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

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

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

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

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

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