#9566BB

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

Shades of Lilac Bush #9566BB

Tints of Lilac Bush #9566BB

Color information

#9566BB (or 0x9566BB) is unknown color: approx Lilac Bush. HEX triplet: 95, 66 and BB. RGB value is (149,102,187). Sum of RGB (Red+Green+Blue) = 149+102+187=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #9566BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9566BB is #6A9944. Grayscale: #7D7D7D. Windows color (decimal): -6986053 or 12281493. OLE color: 12281493.

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

Color convert

RGB149102187-
CMYK0.200.4500.27
HSL273.18º38.46%56.67%-
HSV(B)273.18º45.45%73.33%-
XYZ26.1219.4849.4-
YUV125.74162.57144.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.02%
GREEN value IS 102 (40.23% from 255) = 23.29%
BLUE value IS 187 (73.44% from 255) = 42.69%
R=34.02%
G=23.29%
B=42.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491021870.200.4500.27273.1838.4656.67
Hex9566BB142D01B1112639
Octal22514627324550334214671
Binary1001010111001101011101110100101101011011100010001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9566BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,102,187); }

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

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

 a { background-color: rgb(149,102,187); }

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

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

 span { border-color: rgb(149,102,187); }

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