#8C45AB

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

Shades of Deep Lilac #8C45AB

Tints of Deep Lilac #8C45AB

Color information

#8C45AB (or 0x8C45AB) is unknown color: approx Deep Lilac. HEX triplet: 8C, 45 and AB. RGB value is (140,69,171). Sum of RGB (Red+Green+Blue) = 140+69+171=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C45AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C45AB is #73BA54. Grayscale: #656565. Windows color (decimal): -7584341 or 11224460. OLE color: 11224460.

HSL color Cylindrical-coordinate representation of color #8C45AB: hue angle of 281.76º degrees, saturation: 0.42, 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 #8C45AB is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14069171-
CMYK0.180.6000.33
HSL281.76º42.5%47.06%-
HSV(B)281.76º59.65%67.06%-
XYZ20.2912.7739.92-
YUV101.86167.02155.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.84%
GREEN value IS 69 (27.34% from 255) = 18.16%
BLUE value IS 171 (67.19% from 255) = 45%
R=36.84%
G=18.16%
B=45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140691710.180.6000.33281.7642.547.06
Hex8C45AB123C02111a2a2f
Octal21410525322740414325257
Binary10001100100010110101011100101111000100001100011010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C45AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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