#8B57AF

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

Shades of Deep Lilac #8B57AF

Tints of Deep Lilac #8B57AF

Color information

#8B57AF (or 0x8B57AF) is unknown color: approx Deep Lilac. HEX triplet: 8B, 57 and AF. RGB value is (139,87,175). Sum of RGB (Red+Green+Blue) = 139+87+175=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B57AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B57AF is #74A850. Grayscale: #707070. Windows color (decimal): -7645265 or 11491211. OLE color: 11491211.

HSL color Cylindrical-coordinate representation of color #8B57AF: hue angle of 275.45º 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 #8B57AF is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13987175-
CMYK0.210.5000.31
HSL275.45º35.48%51.37%-
HSV(B)275.45º50.29%68.63%-
XYZ21.7915.442.38-
YUV112.58163.23146.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.66%
GREEN value IS 87 (34.38% from 255) = 21.70%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=34.66%
G=21.70%
B=43.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139871750.210.5000.31275.4535.4851.37
Hex8B57AF153201F1132333
Octal21312725725620374234363
Binary1000101110101111010111110101110010011111100010011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B57AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B57AF; }

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

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

<style>
 a { background-color: #8B57AF; }

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

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

<style>
 span { border-color: #8B57AF; }

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

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