#9875CD

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

Shades of Lilac Bush #9875CD

Tints of Lilac Bush #9875CD

Color information

#9875CD (or 0x9875CD) is unknown color: approx Lilac Bush. HEX triplet: 98, 75 and CD. RGB value is (152,117,205). Sum of RGB (Red+Green+Blue) = 152+117+205=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #9875CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875CD is #678A32. Grayscale: #898989. Windows color (decimal): -6785587 or 13464984. OLE color: 13464984.

HSL color Cylindrical-coordinate representation of color #9875CD: hue angle of 263.86º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9875CD is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB152117205-
CMYK0.260.4300.20
HSL263.86º46.81%63.14%-
HSV(B)263.86º42.93%80.39%-
XYZ30.3323.8160.75-
YUV137.5166.1138.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.07%
GREEN value IS 117 (46.09% from 255) = 24.68%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=32.07%
G=24.68%
B=43.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521172050.260.4300.20263.8646.8163.14
Hex9875CD1A2B0141082f3f
Octal23016531532530244105777
Binary1001100011101011100110111010101011010100100001000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9875CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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