#9557BE

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

Shades of Deep Lilac #9557BE

Tints of Deep Lilac #9557BE

Color information

#9557BE (or 0x9557BE) is unknown color: approx Deep Lilac. HEX triplet: 95, 57 and BE. RGB value is (149,87,190). Sum of RGB (Red+Green+Blue) = 149+87+190=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #9557BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9557BE is #6AA841. Grayscale: #747474. Windows color (decimal): -6989890 or 12474261. OLE color: 12474261.

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

Color convert

RGB14987190-
CMYK0.220.5400.25
HSL276.12º44.21%54.31%-
HSV(B)276.12º54.21%74.51%-
XYZ25.116.9250.66-
YUV117.28169.04150.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 87 (34.38% from 255) = 20.42%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=34.98%
G=20.42%
B=44.60%

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
Decimal149871900.220.5400.25276.1244.2154.31
Hex9557BE16360191142c36
Octal22512727626660314245466
Binary1001010110101111011111010110110110011001100010100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9557BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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