#8C44AA

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

Shades of Deep Lilac #8C44AA

Tints of Deep Lilac #8C44AA

Color information

#8C44AA (or 0x8C44AA) is unknown color: approx Deep Lilac. HEX triplet: 8C, 44 and AA. RGB value is (140,68,170). Sum of RGB (Red+Green+Blue) = 140+68+170=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C44AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C44AA is #73BB55. Grayscale: #646464. Windows color (decimal): -7584598 or 11158668. OLE color: 11158668.

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

Color convert

RGB14068170-
CMYK0.180.600.33
HSL282.35º42.86%46.67%-
HSV(B)282.35º60%66.67%-
XYZ20.1412.6139.4-
YUV101.16166.85155.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.04%
GREEN value IS 68 (26.95% from 255) = 17.99%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=37.04%
G=17.99%
B=44.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140681700.180.600.33282.3542.8646.67
Hex8C44AA123C02111a2b2f
Octal21410425222740414325357
Binary10001100100010010101010100101111000100001100011010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C44AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,68,170); }

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

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

 a { background-color: rgb(140,68,170); }

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

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

 span { border-color: rgb(140,68,170); }

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