#8F45AA

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

Shades of Deep Lilac #8F45AA

Tints of Deep Lilac #8F45AA

Color information

#8F45AA (or 0x8F45AA) is unknown color: approx Deep Lilac. HEX triplet: 8F, 45 and AA. RGB value is (143,69,170). Sum of RGB (Red+Green+Blue) = 143+69+170=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F45AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F45AA is #70BA55. Grayscale: #666666. Windows color (decimal): -7387734 or 11158927. OLE color: 11158927.

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

Color convert

RGB14369170-
CMYK0.160.5900.33
HSL283.96º42.26%46.86%-
HSV(B)283.96º59.41%66.67%-
XYZ20.711339.45-
YUV102.64166.02156.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.43%
GREEN value IS 69 (27.34% from 255) = 18.06%
BLUE value IS 170 (66.80% from 255) = 44.50%
R=37.43%
G=18.06%
B=44.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143691700.160.5900.33283.9642.2646.86
Hex8F45AA103B02111c2a2f
Octal21710525220730414345257
Binary10001111100010110101010100001110110100001100011100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F45AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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