#9559BF

Color #9559BF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9559BF

Tints of Deep Lilac #9559BF

Color information

#9559BF (or 0x9559BF) is unknown color: approx Deep Lilac. HEX triplet: 95, 59 and BF. RGB value is (149,89,191). Sum of RGB (Red+Green+Blue) = 149+89+191=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #9559BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9559BF is #6AA640. Grayscale: #767676. Windows color (decimal): -6989377 or 12540309. OLE color: 12540309.

HSL color Cylindrical-coordinate representation of color #9559BF: hue angle of 275.29º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9559BF is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14989191-
CMYK0.220.5300.25
HSL275.29º44.35%54.9%-
HSV(B)275.29º53.4%74.9%-
XYZ25.3717.351.29-
YUV118.57168.88149.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 89 (35.16% from 255) = 20.75%
BLUE value IS 191 (75% from 255) = 44.52%
R=34.73%
G=20.75%
B=44.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149891910.220.5300.25275.2944.3554.9
Hex9559BF16350191132c37
Octal22513127726650314235467
Binary1001010110110011011111110110110101011001100010011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9559BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9559BF; }

 p { color: rgb(149,89,191); }

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

<style>
 a { background-color: #9559BF; }

 a { background-color: rgb(149,89,191); }

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

<style>
 span { border-color: #9559BF; }

 span { border-color: rgb(149,89,191); }

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