#9876BF

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

Shades of Lilac Bush #9876BF

Tints of Lilac Bush #9876BF

Color information

#9876BF (or 0x9876BF) is unknown color: approx Lilac Bush. HEX triplet: 98, 76 and BF. RGB value is (152,118,191). Sum of RGB (Red+Green+Blue) = 152+118+191=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #9876BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9876BF is #678940. Grayscale: #888888. Windows color (decimal): -6785345 or 12547736. OLE color: 12547736.

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

Color convert

RGB152118191-
CMYK0.200.3800.25
HSL267.95º36.32%60.59%-
HSV(B)267.95º38.22%74.9%-
XYZ28.8323.3952.29-
YUV136.49158.76139.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.97%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 191 (75% from 255) = 41.43%
R=32.97%
G=25.60%
B=41.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521181910.200.3800.25267.9536.3260.59
Hex9876BF142601910c243d
Octal23016627724460314144475
Binary1001100011101101011111110100100110011001100001100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9876BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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