#8D42AB

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

Shades of Deep Lilac #8D42AB

Tints of Deep Lilac #8D42AB

Color information

#8D42AB (or 0x8D42AB) is unknown color: approx Deep Lilac. HEX triplet: 8D, 42 and AB. RGB value is (141,66,171). Sum of RGB (Red+Green+Blue) = 141+66+171=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D42AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D42AB is #72BD54. Grayscale: #646464. Windows color (decimal): -7519573 or 11223693. OLE color: 11223693.

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

Color convert

RGB14166171-
CMYK0.180.6100.33
HSL282.86º44.3%46.47%-
HSV(B)282.86º61.4%67.06%-
XYZ20.2812.539.87-
YUV100.4167.85156.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.30%
GREEN value IS 66 (26.17% from 255) = 17.46%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=37.30%
G=17.46%
B=45.24%

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
Decimal141661710.180.6100.33282.8644.346.47
Hex8D42AB123D02111b2c2e
Octal21510225322750414335456
Binary10001101100001010101011100101111010100001100011011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D42AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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