#9875CE

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

Shades of Lilac Bush #9875CE

Tints of Lilac Bush #9875CE

Color information

#9875CE (or 0x9875CE) is unknown color: approx Lilac Bush. HEX triplet: 98, 75 and CE. RGB value is (152,117,206). Sum of RGB (Red+Green+Blue) = 152+117+206=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #9875CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875CE is #678A31. Grayscale: #898989. Windows color (decimal): -6785586 or 13530520. OLE color: 13530520.

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

Color convert

RGB152117206-
CMYK0.260.4300.19
HSL263.6º47.59%63.33%-
HSV(B)263.6º43.2%80.78%-
XYZ30.4523.8561.39-
YUV137.61166.6138.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=32%
G=24.63%
B=43.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521172060.260.4300.19263.647.5963.33
Hex9875CE1A2B013108303f
Octal23016531632530234106077
Binary1001100011101011100111011010101011010011100001000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9875CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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