#8F55AB

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

Shades of Deep Lilac #8F55AB

Tints of Deep Lilac #8F55AB

Color information

#8F55AB (or 0x8F55AB) is unknown color: approx Deep Lilac. HEX triplet: 8F, 55 and AB. RGB value is (143,85,171). Sum of RGB (Red+Green+Blue) = 143+85+171=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F55AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F55AB is #70AA54. Grayscale: #6F6F6F. Windows color (decimal): -7383637 or 11228559. OLE color: 11228559.

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

Color convert

RGB14385171-
CMYK0.160.5000.33
HSL280.47º33.86%50.2%-
HSV(B)280.47º50.29%67.06%-
XYZ21.9315.2840.32-
YUV112.15161.22150.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.84%
GREEN value IS 85 (33.59% from 255) = 21.30%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=35.84%
G=21.30%
B=42.86%

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
Decimal143851710.160.5000.33280.4733.8650.2
Hex8F55AB10320211182232
Octal21712525320620414304262
Binary10001111101010110101011100001100100100001100011000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F55AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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