#8E0BAA

Color #8E0BAA Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #8E0BAA

Tints of Dark Magenta #8E0BAA

Color information

#8E0BAA (or 0x8E0BAA) is unknown color: approx Dark Magenta. HEX triplet: 8E, 0B and AA. RGB value is (142,11,170). Sum of RGB (Red+Green+Blue) = 142+11+170=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E0BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0BAA is #71F455. Grayscale: #434343. Windows color (decimal): -7468118 or 11144078. OLE color: 11144078.

HSL color Cylindrical-coordinate representation of color #8E0BAA: hue angle of 289.43º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0BAA is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14211170-
CMYK0.160.9400.33
HSL289.43º87.85%35.49%-
HSV(B)289.43º93.53%66.67%-
XYZ18.538.8938.77-
YUV68.3185.4180.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 11 (4.69% from 255) = 3.41%
BLUE value IS 170 (66.80% from 255) = 52.63%
R=43.96%
G=3.41%
B=52.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142111700.160.9400.33289.4387.8535.49
Hex8EBAA105E0211215823
Octal216132522013604144113043
Binary1000111010111010101010000101111001000011001000011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,11,170); }

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

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

 a { background-color: rgb(142,11,170); }

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

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

 span { border-color: rgb(142,11,170); }

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