#8F56AB

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

Shades of Deep Lilac #8F56AB

Tints of Deep Lilac #8F56AB

Color information

#8F56AB (or 0x8F56AB) is unknown color: approx Deep Lilac. HEX triplet: 8F, 56 and AB. RGB value is (143,86,171). Sum of RGB (Red+Green+Blue) = 143+86+171=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F56AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F56AB is #70A954. Grayscale: #707070. Windows color (decimal): -7383381 or 11228815. OLE color: 11228815.

HSL color Cylindrical-coordinate representation of color #8F56AB: hue angle of 280.24º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F56AB is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14386171-
CMYK0.160.5000.33
HSL280.24º33.6%50.39%-
HSV(B)280.24º49.71%67.06%-
XYZ22.0115.4440.35-
YUV112.73160.88149.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.75%
GREEN value IS 86 (33.98% from 255) = 21.5%
BLUE value IS 171 (67.19% from 255) = 42.75%
R=35.75%
G=21.5%
B=42.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143861710.160.5000.33280.2433.650.39
Hex8F56AB10320211182232
Octal21712625320620414304262
Binary10001111101011010101011100001100100100001100011000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F56AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,86,171); }

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

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

 a { background-color: rgb(143,86,171); }

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

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

 span { border-color: rgb(143,86,171); }

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