#9669BC

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

Shades of Lilac Bush #9669BC

Tints of Lilac Bush #9669BC

Color information

#9669BC (or 0x9669BC) is unknown color: approx Lilac Bush. HEX triplet: 96, 69 and BC. RGB value is (150,105,188). Sum of RGB (Red+Green+Blue) = 150+105+188=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #9669BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9669BC is #699643. Grayscale: #7F7F7F. Windows color (decimal): -6919748 or 12347798. OLE color: 12347798.

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

Color convert

RGB150105188-
CMYK0.200.4400.26
HSL272.53º38.25%57.45%-
HSV(B)272.53º44.15%73.73%-
XYZ26.7120.2250.07-
YUV127.92161.91143.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 188 (73.83% from 255) = 42.44%
R=33.86%
G=23.70%
B=42.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501051880.200.4400.26272.5338.2557.45
Hex9669BC142C01A1112639
Octal22615127424540324214671
Binary1001011011010011011110010100101100011010100010001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9669BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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