#9566BD

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

Shades of Lilac Bush #9566BD

Tints of Lilac Bush #9566BD

Color information

#9566BD (or 0x9566BD) is unknown color: approx Lilac Bush. HEX triplet: 95, 66 and BD. RGB value is (149,102,189). Sum of RGB (Red+Green+Blue) = 149+102+189=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #9566BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9566BD is #6A9942. Grayscale: #7D7D7D. Windows color (decimal): -6986051 or 12412565. OLE color: 12412565.

HSL color Cylindrical-coordinate representation of color #9566BD: hue angle of 272.41º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9566BD is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149102189-
CMYK0.210.4600.26
HSL272.41º39.73%57.06%-
HSV(B)272.41º46.03%74.12%-
XYZ26.3319.5750.53-
YUV125.97163.57144.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 189 (74.22% from 255) = 42.95%
R=33.86%
G=23.18%
B=42.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491021890.210.4600.26272.4139.7357.06
Hex9566BD152E01A1102839
Octal22514627525560324205071
Binary1001010111001101011110110101101110011010100010000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9566BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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