#8C45AD

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

Shades of Deep Lilac #8C45AD

Tints of Deep Lilac #8C45AD

Color information

#8C45AD (or 0x8C45AD) is unknown color: approx Deep Lilac. HEX triplet: 8C, 45 and AD. RGB value is (140,69,173). Sum of RGB (Red+Green+Blue) = 140+69+173=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C45AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C45AD is #73BA52. Grayscale: #656565. Windows color (decimal): -7584339 or 11355532. OLE color: 11355532.

HSL color Cylindrical-coordinate representation of color #8C45AD: hue angle of 280.96º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C45AD is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14069173-
CMYK0.190.6000.32
HSL280.96º42.98%47.45%-
HSV(B)280.96º60.12%67.84%-
XYZ20.4912.8540.94-
YUV102.08168.02155.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.65%
GREEN value IS 69 (27.34% from 255) = 18.06%
BLUE value IS 173 (67.97% from 255) = 45.29%
R=36.65%
G=18.06%
B=45.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140691730.190.6000.32280.9642.9847.45
Hex8C45AD133C0201192b2f
Octal21410525523740404315357
Binary10001100100010110101101100111111000100000100011001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C45AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,69,173); }

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

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

 a { background-color: rgb(140,69,173); }

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

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

 span { border-color: rgb(140,69,173); }

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