#9566BE

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

Shades of Lilac Bush #9566BE

Tints of Lilac Bush #9566BE

Color information

#9566BE (or 0x9566BE) is unknown color: approx Lilac Bush. HEX triplet: 95, 66 and BE. RGB value is (149,102,190). Sum of RGB (Red+Green+Blue) = 149+102+190=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #9566BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9566BE is #6A9941. Grayscale: #7D7D7D. Windows color (decimal): -6986050 or 12478101. OLE color: 12478101.

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

Color convert

RGB149102190-
CMYK0.220.4600.25
HSL272.05º40.37%57.25%-
HSV(B)272.05º46.32%74.51%-
XYZ26.4419.6151.11-
YUV126.08164.07144.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 102 (40.23% from 255) = 23.13%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=33.79%
G=23.13%
B=43.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491021900.220.4600.25272.0540.3757.25
Hex9566BE162E0191102839
Octal22514627626560314205071
Binary1001010111001101011111010110101110011001100010000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9566BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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