#987897

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

Shades of Violet Blue #987897

Tints of Violet Blue #987897

Color information

#987897 (or 0x987897) is unknown color: approx Violet Blue. HEX triplet: 98, 78 and 97. RGB value is (152,120,151). Sum of RGB (Red+Green+Blue) = 152+120+151=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #987897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987897 is #678768. Grayscale: #858585. Windows color (decimal): -6784873 or 9926808. OLE color: 9926808.

HSL color Cylindrical-coordinate representation of color #987897: hue angle of 301.88º 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 #987897 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB152120151-
CMYK00.210.010.40
HSL301.88º13.45%53.33%-
HSV(B)301.88º21.05%59.61%-
XYZ25.2522.3432.26-
YUV133.1138.1141.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.93%
GREEN value IS 120 (47.27% from 255) = 28.37%
BLUE value IS 151 (59.38% from 255) = 35.70%
R=35.93%
G=28.37%
B=35.70%

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
Decimal15212015100.210.010.40301.8813.4553.33
Hex98789701512812ed35
Octal2301702270251504561565
Binary1001100011110001001011101010111010001001011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987897; }

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

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

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

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

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

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

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

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