#9969BC

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

Shades of Lilac Bush #9969BC

Tints of Lilac Bush #9969BC

Color information

#9969BC (or 0x9969BC) is unknown color: approx Lilac Bush. HEX triplet: 99, 69 and BC. RGB value is (153,105,188). Sum of RGB (Red+Green+Blue) = 153+105+188=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #9969BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9969BC is #669643. Grayscale: #808080. Windows color (decimal): -6723140 or 12347801. OLE color: 12347801.

HSL color Cylindrical-coordinate representation of color #9969BC: hue angle of 274.7º 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 #9969BC is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153105188-
CMYK0.190.4400.26
HSL274.7º38.25%57.45%-
HSV(B)274.7º44.15%73.73%-
XYZ27.2720.5150.1-
YUV128.81161.4145.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.30%
GREEN value IS 105 (41.41% from 255) = 23.54%
BLUE value IS 188 (73.83% from 255) = 42.15%
R=34.30%
G=23.54%
B=42.15%

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
Decimal1531051880.190.4400.26274.738.2557.45
Hex9969BC132C01A1132639
Octal23115127423540324234671
Binary1001100111010011011110010011101100011010100010011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9969BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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