#8B42AB

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

Shades of Deep Lilac #8B42AB

Tints of Deep Lilac #8B42AB

Color information

#8B42AB (or 0x8B42AB) is unknown color: approx Deep Lilac. HEX triplet: 8B, 42 and AB. RGB value is (139,66,171). Sum of RGB (Red+Green+Blue) = 139+66+171=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B42AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B42AB is #74BD54. Grayscale: #636363. Windows color (decimal): -7650645 or 11223691. OLE color: 11223691.

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

Color convert

RGB13966171-
CMYK0.190.6100.33
HSL281.71º44.3%46.47%-
HSV(B)281.71º61.4%67.06%-
XYZ19.9512.3339.86-
YUV99.8168.18155.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 66 (26.17% from 255) = 17.55%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=36.97%
G=17.55%
B=45.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139661710.190.6100.33281.7144.346.47
Hex8B42AB133D02111a2c2e
Octal21310225323750414325456
Binary10001011100001010101011100111111010100001100011010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B42AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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