#8C42AB

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

Shades of Deep Lilac #8C42AB

Tints of Deep Lilac #8C42AB

Color information

#8C42AB (or 0x8C42AB) is unknown color: approx Deep Lilac. HEX triplet: 8C, 42 and AB. RGB value is (140,66,171). Sum of RGB (Red+Green+Blue) = 140+66+171=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C42AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C42AB is #73BD54. Grayscale: #636363. Windows color (decimal): -7585109 or 11223692. OLE color: 11223692.

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

Color convert

RGB14066171-
CMYK0.180.6100.33
HSL282.29º44.3%46.47%-
HSV(B)282.29º61.4%67.06%-
XYZ20.1112.4139.86-
YUV100.1168.02156.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.14%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=37.14%
G=17.51%
B=45.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140661710.180.6100.33282.2944.346.47
Hex8C42AB123D02111a2c2e
Octal21410225322750414325456
Binary10001100100001010101011100101111010100001100011010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C42AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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