#8B41AB

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

Shades of Deep Lilac #8B41AB

Tints of Deep Lilac #8B41AB

Color information

#8B41AB (or 0x8B41AB) is unknown color: approx Deep Lilac. HEX triplet: 8B, 41 and AB. RGB value is (139,65,171). Sum of RGB (Red+Green+Blue) = 139+65+171=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B41AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B41AB is #74BE54. Grayscale: #626262. Windows color (decimal): -7650901 or 11223435. OLE color: 11223435.

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

Color convert

RGB13965171-
CMYK0.190.6200.33
HSL281.89º44.92%46.27%-
HSV(B)281.89º61.99%67.06%-
XYZ19.8912.2139.84-
YUV99.21168.52156.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 65 (25.78% from 255) = 17.33%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=37.07%
G=17.33%
B=45.6%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139651710.190.6200.33281.8944.9246.27
Hex8B41AB133E02111a2d2e
Octal21310125323760414325556
Binary10001011100000110101011100111111100100001100011010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B41AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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