#8E0FAA

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

Shades of Dark Magenta #8E0FAA

Tints of Dark Magenta #8E0FAA

Color information

#8E0FAA (or 0x8E0FAA) is unknown color: approx Dark Magenta. HEX triplet: 8E, 0F and AA. RGB value is (142,15,170). Sum of RGB (Red+Green+Blue) = 142+15+170=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E0FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0FAA is #71F055. Grayscale: #464646. Windows color (decimal): -7467094 or 11145102. OLE color: 11145102.

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

Color convert

RGB14215170-
CMYK0.160.9100.33
HSL289.16º83.78%36.27%-
HSV(B)289.16º91.18%66.67%-
XYZ18.588.9938.79-
YUV70.64184.08178.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.43%
GREEN value IS 15 (6.25% from 255) = 4.59%
BLUE value IS 170 (66.80% from 255) = 51.99%
R=43.43%
G=4.59%
B=51.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142151700.160.9100.33289.1683.7836.27
Hex8EFAA105B0211215424
Octal216172522013304144112444
Binary1000111011111010101010000101101101000011001000011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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