#8F54AA

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

Shades of Deep Lilac #8F54AA

Tints of Deep Lilac #8F54AA

Color information

#8F54AA (or 0x8F54AA) is unknown color: approx Deep Lilac. HEX triplet: 8F, 54 and AA. RGB value is (143,84,170). Sum of RGB (Red+Green+Blue) = 143+84+170=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F54AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F54AA is #70AB55. Grayscale: #6F6F6F. Windows color (decimal): -7383894 or 11162767. OLE color: 11162767.

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

Color convert

RGB14384170-
CMYK0.160.5100.33
HSL281.16º33.86%49.8%-
HSV(B)281.16º50.59%66.67%-
XYZ21.7515.0839.79-
YUV111.44161.05150.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.02%
GREEN value IS 84 (33.20% from 255) = 21.16%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=36.02%
G=21.16%
B=42.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143841700.160.5100.33281.1633.8649.8
Hex8F54AA10330211192232
Octal21712425220630414314262
Binary10001111101010010101010100001100110100001100011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F54AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,84,170); }

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

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

 a { background-color: rgb(143,84,170); }

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

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

 span { border-color: rgb(143,84,170); }

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