#9556BF

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

Shades of Deep Lilac #9556BF

Tints of Deep Lilac #9556BF

Color information

#9556BF (or 0x9556BF) is unknown color: approx Deep Lilac. HEX triplet: 95, 56 and BF. RGB value is (149,86,191). Sum of RGB (Red+Green+Blue) = 149+86+191=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #9556BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9556BF is #6AA940. Grayscale: #747474. Windows color (decimal): -6990145 or 12539541. OLE color: 12539541.

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

Color convert

RGB14986191-
CMYK0.220.5500.25
HSL276º45.06%54.31%-
HSV(B)276º54.97%74.9%-
XYZ25.1316.8151.21-
YUV116.81169.87150.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 86 (33.98% from 255) = 20.19%
BLUE value IS 191 (75% from 255) = 44.84%
R=34.98%
G=20.19%
B=44.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149861910.220.5500.2527645.0654.31
Hex9556BF16370191142d36
Octal22512627726670314245566
Binary1001010110101101011111110110110111011001100010100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9556BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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