#8B43AA

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

Shades of Deep Lilac #8B43AA

Tints of Deep Lilac #8B43AA

Color information

#8B43AA (or 0x8B43AA) is unknown color: approx Deep Lilac. HEX triplet: 8B, 43 and AA. RGB value is (139,67,170). Sum of RGB (Red+Green+Blue) = 139+67+170=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B43AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B43AA is #74BC55. Grayscale: #636363. Windows color (decimal): -7650390 or 11158411. OLE color: 11158411.

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

Color convert

RGB13967170-
CMYK0.180.6100.33
HSL281.94º43.46%46.47%-
HSV(B)281.94º60.59%66.67%-
XYZ19.9112.4139.38-
YUV100.27167.35155.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 67 (26.56% from 255) = 17.82%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=36.97%
G=17.82%
B=45.21%

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
Decimal139671700.180.6100.33281.9443.4646.47
Hex8B43AA123D02111a2b2e
Octal21310325222750414325356
Binary10001011100001110101010100101111010100001100011010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B43AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,67,170); }

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

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

 a { background-color: rgb(139,67,170); }

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

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

 span { border-color: rgb(139,67,170); }

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