#9875BF

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

Shades of Lilac Bush #9875BF

Tints of Lilac Bush #9875BF

Color information

#9875BF (or 0x9875BF) is unknown color: approx Lilac Bush. HEX triplet: 98, 75 and BF. RGB value is (152,117,191). Sum of RGB (Red+Green+Blue) = 152+117+191=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #9875BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875BF is #678A40. Grayscale: #878787. Windows color (decimal): -6785601 or 12547480. OLE color: 12547480.

HSL color Cylindrical-coordinate representation of color #9875BF: hue angle of 268.38º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9875BF is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152117191-
CMYK0.200.3900.25
HSL268.38º36.63%60.39%-
HSV(B)268.38º38.74%74.9%-
XYZ28.7123.1652.25-
YUV135.9159.1139.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.04%
GREEN value IS 117 (46.09% from 255) = 25.43%
BLUE value IS 191 (75% from 255) = 41.52%
R=33.04%
G=25.43%
B=41.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521171910.200.3900.25268.3836.6360.39
Hex9875BF142701910c253c
Octal23016527724470314144574
Binary1001100011101011011111110100100111011001100001100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9875BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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