#9875C5

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

Shades of Lilac Bush #9875C5

Tints of Lilac Bush #9875C5

Color information

#9875C5 (or 0x9875C5) is unknown color: approx Lilac Bush. HEX triplet: 98, 75 and C5. RGB value is (152,117,197). Sum of RGB (Red+Green+Blue) = 152+117+197=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 197 - color contains mainly: blue. Hex color #9875C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875C5 is #678A3A. Grayscale: #888888. Windows color (decimal): -6785595 or 12940696. OLE color: 12940696.

HSL color Cylindrical-coordinate representation of color #9875C5: hue angle of 266.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9875C5 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB152117197-
CMYK0.230.4100.23
HSL266.25º40.82%61.57%-
HSV(B)266.25º40.61%77.25%-
XYZ29.3923.4355.8-
YUV136.58162.1139-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.62%
GREEN value IS 117 (46.09% from 255) = 25.11%
BLUE value IS 197 (77.34% from 255) = 42.27%
R=32.62%
G=25.11%
B=42.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521171970.230.4100.23266.2540.8261.57
Hex9875C5172901710a293e
Octal23016530527510274125176
Binary1001100011101011100010110111101001010111100001010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9875C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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