#8E03AD

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

Shades of Dark Magenta #8E03AD

Tints of Dark Magenta #8E03AD

Color information

#8E03AD (or 0x8E03AD) is unknown color: approx Dark Magenta. HEX triplet: 8E, 03 and AD. RGB value is (142,3,173). Sum of RGB (Red+Green+Blue) = 142+3+173=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E03AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E03AD is #71FC52. Grayscale: #3F3F3F. Windows color (decimal): -7470163 or 11338638. OLE color: 11338638.

HSL color Cylindrical-coordinate representation of color #8E03AD: hue angle of 289.06º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E03AD is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1423173-
CMYK0.180.9800.32
HSL289.06º96.59%34.51%-
HSV(B)289.06º98.27%67.84%-
XYZ18.738.8340.25-
YUV63.94189.55183.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.65%
GREEN value IS 3 (1.56% from 255) = 0.94%
BLUE value IS 173 (67.97% from 255) = 54.40%
R=44.65%
G=0.94%
B=54.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14231730.180.9800.32289.0696.5934.51
Hex8E3AD12620201216123
Octal21632552214204044114143
Binary10001110111010110110010110001001000001001000011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E03AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,3,173); }

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

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

 a { background-color: rgb(142,3,173); }

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

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

 span { border-color: rgb(142,3,173); }

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