#9868BB

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

Shades of Lilac Bush #9868BB

Tints of Lilac Bush #9868BB

Color information

#9868BB (or 0x9868BB) is unknown color: approx Lilac Bush. HEX triplet: 98, 68 and BB. RGB value is (152,104,187). Sum of RGB (Red+Green+Blue) = 152+104+187=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #9868BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9868BB is #679744. Grayscale: #7F7F7F. Windows color (decimal): -6788933 or 12282008. OLE color: 12282008.

HSL color Cylindrical-coordinate representation of color #9868BB: hue angle of 274.7º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9868BB is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152104187-
CMYK0.190.4400.27
HSL274.7º37.9%57.06%-
HSV(B)274.7º44.39%73.33%-
XYZ26.8720.1649.49-
YUV127.81161.4145.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 104 (41.02% from 255) = 23.48%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=34.31%
G=23.48%
B=42.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521041870.190.4400.27274.737.957.06
Hex9868BB132C01B1132639
Octal23015027323540334234671
Binary1001100011010001011101110011101100011011100010011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9868BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9868BB; }

 p { color: rgb(152,104,187); }

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

<style>
 a { background-color: #9868BB; }

 a { background-color: rgb(152,104,187); }

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

<style>
 span { border-color: #9868BB; }

 span { border-color: rgb(152,104,187); }

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