#9557BF

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

Shades of Deep Lilac #9557BF

Tints of Deep Lilac #9557BF

Color information

#9557BF (or 0x9557BF) is unknown color: approx Deep Lilac. HEX triplet: 95, 57 and BF. RGB value is (149,87,191). Sum of RGB (Red+Green+Blue) = 149+87+191=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #9557BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9557BF is #6AA840. Grayscale: #757575. Windows color (decimal): -6989889 or 12539797. OLE color: 12539797.

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

Color convert

RGB14987191-
CMYK0.220.5400.25
HSL275.77º44.83%54.51%-
HSV(B)275.77º54.45%74.9%-
XYZ25.2116.9751.24-
YUV117.39169.54150.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.89%
GREEN value IS 87 (34.38% from 255) = 20.37%
BLUE value IS 191 (75% from 255) = 44.73%
R=34.89%
G=20.37%
B=44.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149871910.220.5400.25275.7744.8354.51
Hex9557BF16360191142d37
Octal22512727726660314245567
Binary1001010110101111011111110110110110011001100010100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9557BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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