#987699

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

Shades of Violet Blue #987699

Tints of Violet Blue #987699

Color information

#987699 (or 0x987699) is unknown color: approx Violet Blue. HEX triplet: 98, 76 and 99. RGB value is (152,118,153). Sum of RGB (Red+Green+Blue) = 152+118+153=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 153 - color contains mainly: blue. Hex color #987699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987699 is #678966. Grayscale: #848484. Windows color (decimal): -6785383 or 10057368. OLE color: 10057368.

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

Color convert

RGB152118153-
CMYK0.010.2300.4
HSL298.29º14.64%53.14%-
HSV(B)298.29º22.88%60%-
XYZ25.1821.9333.04-
YUV132.16139.76142.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.93%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=35.93%
G=27.90%
B=36.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1521181530.010.2300.4298.2914.6453.14
Hex98769911702812af35
Octal2301662311270504521765
Binary1001100011101101001100111011101010001001010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987699; }

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

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

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

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

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

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

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

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