#966CBD

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

Shades of Lilac Bush #966CBD

Tints of Lilac Bush #966CBD

Color information

#966CBD (or 0x966CBD) is unknown color: approx Lilac Bush. HEX triplet: 96, 6C and BD. RGB value is (150,108,189). Sum of RGB (Red+Green+Blue) = 150+108+189=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #966CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CBD is #699342. Grayscale: #818181. Windows color (decimal): -6918979 or 12414102. OLE color: 12414102.

HSL color Cylindrical-coordinate representation of color #966CBD: hue angle of 271.11º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #966CBD is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB150108189-
CMYK0.210.4300.26
HSL271.11º38.03%58.24%-
HSV(B)271.11º42.86%74.12%-
XYZ27.1320.8850.75-
YUV129.79161.41142.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 108 (42.58% from 255) = 24.16%
BLUE value IS 189 (74.22% from 255) = 42.28%
R=33.56%
G=24.16%
B=42.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501081890.210.4300.26271.1138.0358.24
Hex966CBD152B01A10f263a
Octal22615427525530324174672
Binary1001011011011001011110110101101011011010100001111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966CBD; }

 p { color: rgb(150,108,189); }

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

<style>
 a { background-color: #966CBD; }

 a { background-color: rgb(150,108,189); }

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

<style>
 span { border-color: #966CBD; }

 span { border-color: rgb(150,108,189); }

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