Html Css Color HEX #8E0281 Dark Magenta

📋 copy color: '#8E0281'

red 142 ◦ green 2 ◦ blue 129

#8E0281
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #8E0281

Tints of Dark Magenta #8E0281

RGB

 RED value IS 142 (55.86% from 255) = 52.01%

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 129 (50.78% from 255) = 47.25%

R = 52.01%
G = 0.73%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#8E0281 (or 0x8E0281) is known color: Dark Magenta. HEX triplet: 8E, 02 and 81. RGB value is (142,2,129). Sum of RGB (Red+Green+Blue) = 142+2+129=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0281 is #71FD7E. Grayscale: #393939. Windows color (decimal): -7470463 or 8454798. OLE color: 8454798.

HSL color Cylindrical-coordinate representation of color #8E0281: hue angle of 305.57º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E0281 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 2 129 -
CMYK 0 0.99 0.09 0.44
HSL 305.57º 0.97% 0.28% -
HSV(B) 305.57º 0.99% 0.56% -
XYZ 15.14 7.38 21.4 -
YUV 58.34 167.88 187.67 -
System Red Green Blue C M Y K H S L
Decimal 142 2 129 0 0.99 0.09 0.44 305.57 0.97 0.28
Hex 8E 2 81 0 63 9 2C 132 61 1C
Octal 216 2 201 0 143 11 54 462 141 34
Binary 10001110 10 10000001 0 1100011 1001 101100 100110010 1100001 11100

Color Harmonies of #8E0281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0281

Black with #8E0281

Text Example


Text Example

White with #8E0281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,2,129); }

 H1.HeaderClassName
 {
   color: #8E0281;
 }
 .AnyTagClassName
 {
   color: #8E0281;
 }
</style>

background-color css

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

 a { background-color: rgb(142,2,129); }

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

border-color css

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

 span { border-color: rgb(142,2,129); }

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