#8557B4

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

Shades of Deep Lilac #8557B4

Tints of Deep Lilac #8557B4

Color information

#8557B4 (or 0x8557B4) is unknown color: approx Deep Lilac. HEX triplet: 85, 57 and B4. RGB value is (133,87,180). Sum of RGB (Red+Green+Blue) = 133+87+180=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 180 - color contains mainly: blue. Hex color #8557B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8557B4 is #7AA84B. Grayscale: #6F6F6F. Windows color (decimal): -8038476 or 11818885. OLE color: 11818885.

HSL color Cylindrical-coordinate representation of color #8557B4: hue angle of 269.68º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8557B4 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13387180-
CMYK0.260.5200.29
HSL269.68º38.27%52.35%-
HSV(B)269.68º51.67%70.59%-
XYZ21.3215.144.97-
YUV111.36166.74143.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.25%
GREEN value IS 87 (34.38% from 255) = 21.75%
BLUE value IS 180 (70.70% from 255) = 45%
R=33.25%
G=21.75%
B=45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133871800.260.5200.29269.6838.2752.35
Hex8557B41A3401D10e2634
Octal20512726432640354164664
Binary1000010110101111011010011010110100011101100001110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8557B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8557B4; }

 p { color: rgb(133,87,180); }

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

<style>
 a { background-color: #8557B4; }

 a { background-color: rgb(133,87,180); }

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

<style>
 span { border-color: #8557B4; }

 span { border-color: rgb(133,87,180); }

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