#8557AF

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

Shades of Deep Lilac #8557AF

Tints of Deep Lilac #8557AF

Color information

#8557AF (or 0x8557AF) is unknown color: approx Deep Lilac. HEX triplet: 85, 57 and AF. RGB value is (133,87,175). Sum of RGB (Red+Green+Blue) = 133+87+175=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #8557AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8557AF is #7AA850. Grayscale: #6E6E6E. Windows color (decimal): -8038481 or 11491205. OLE color: 11491205.

HSL color Cylindrical-coordinate representation of color #8557AF: hue angle of 271.36º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8557AF is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13387175-
CMYK0.240.5000.31
HSL271.36º35.48%51.37%-
HSV(B)271.36º50.29%68.63%-
XYZ20.8214.942.34-
YUV110.79164.24143.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.67%
GREEN value IS 87 (34.38% from 255) = 22.03%
BLUE value IS 175 (68.75% from 255) = 44.30%
R=33.67%
G=22.03%
B=44.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133871750.240.5000.31271.3635.4851.37
Hex8557AF183201F10f2333
Octal20512725730620374174363
Binary1000010110101111010111111000110010011111100001111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8557AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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