#9557BC

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

Shades of Deep Lilac #9557BC

Tints of Deep Lilac #9557BC

Color information

#9557BC (or 0x9557BC) is unknown color: approx Deep Lilac. HEX triplet: 95, 57 and BC. RGB value is (149,87,188). Sum of RGB (Red+Green+Blue) = 149+87+188=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #9557BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9557BC is #6AA843. Grayscale: #747474. Windows color (decimal): -6989892 or 12343189. OLE color: 12343189.

HSL color Cylindrical-coordinate representation of color #9557BC: hue angle of 276.83º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9557BC is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14987188-
CMYK0.210.5400.26
HSL276.83º42.98%53.92%-
HSV(B)276.83º53.72%73.73%-
XYZ24.8816.8449.52-
YUV117.05168.04150.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 87 (34.38% from 255) = 20.52%
BLUE value IS 188 (73.83% from 255) = 44.34%
R=35.14%
G=20.52%
B=44.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149871880.210.5400.26276.8342.9853.92
Hex9557BC153601A1152b36
Octal22512727425660324255366
Binary1001010110101111011110010101110110011010100010101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9557BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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