#9869BC

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

Shades of Lilac Bush #9869BC

Tints of Lilac Bush #9869BC

Color information

#9869BC (or 0x9869BC) is unknown color: approx Lilac Bush. HEX triplet: 98, 69 and BC. RGB value is (152,105,188). Sum of RGB (Red+Green+Blue) = 152+105+188=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #9869BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9869BC is #679643. Grayscale: #808080. Windows color (decimal): -6788676 or 12347800. OLE color: 12347800.

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

Color convert

RGB152105188-
CMYK0.190.4400.26
HSL273.98º38.25%57.45%-
HSV(B)273.98º44.15%73.73%-
XYZ27.0820.4150.09-
YUV128.51161.57144.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.16%
GREEN value IS 105 (41.41% from 255) = 23.60%
BLUE value IS 188 (73.83% from 255) = 42.25%
R=34.16%
G=23.60%
B=42.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521051880.190.4400.26273.9838.2557.45
Hex9869BC132C01A1122639
Octal23015127423540324224671
Binary1001100011010011011110010011101100011010100010010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9869BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9869BC; }

 p { color: rgb(152,105,188); }

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

<style>
 a { background-color: #9869BC; }

 a { background-color: rgb(152,105,188); }

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

<style>
 span { border-color: #9869BC; }

 span { border-color: rgb(152,105,188); }

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