#9875C9

Color #9875C9 Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #9875C9

Tints of Lilac Bush #9875C9

Color information

#9875C9 (or 0x9875C9) is unknown color: approx Lilac Bush. HEX triplet: 98, 75 and C9. RGB value is (152,117,201). Sum of RGB (Red+Green+Blue) = 152+117+201=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #9875C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875C9 is #678A36. Grayscale: #888888. Windows color (decimal): -6785591 or 13202840. OLE color: 13202840.

HSL color Cylindrical-coordinate representation of color #9875C9: hue angle of 265º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9875C9 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB152117201-
CMYK0.240.4200.21
HSL265º43.75%62.35%-
HSV(B)265º41.79%78.82%-
XYZ29.8523.6258.24-
YUV137.04164.1138.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.34%
GREEN value IS 117 (46.09% from 255) = 24.89%
BLUE value IS 201 (78.91% from 255) = 42.77%
R=32.34%
G=24.89%
B=42.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521172010.240.4200.2126543.7562.35
Hex9875C9182A0151092c3e
Octal23016531130520254115476
Binary1001100011101011100100111000101010010101100001001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9875C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9875C9; }

 p { color: rgb(152,117,201); }

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

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

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

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

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

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

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