Html Css Color HEX #8D0E80 Dark Magenta

📋 copy color: '#8D0E80'

red 141 ◦ green 14 ◦ blue 128

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

Shades of Dark Magenta #8D0E80

Tints of Dark Magenta #8D0E80

RGB

 RED value IS 141 (55.47% from 255) = 49.82%

 GREEN value IS 14 (5.86% from 255) = 4.95%

 BLUE value IS 128 (50.39% from 255) = 45.23%

R = 49.82%
G = 4.95%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8D0E80 (or 0x8D0E80) is known color: Dark Magenta. HEX triplet: 8D, 0E and 80. RGB value is (141,14,128). Sum of RGB (Red+Green+Blue) = 141+14+128=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0E80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0E80 is #72F17F. Grayscale: #404040. Windows color (decimal): -7532928 or 8392333. OLE color: 8392333.

HSL color Cylindrical-coordinate representation of color #8D0E80: hue angle of 306.14º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D0E80 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 14 128 -
CMYK 0 0.90 0.09 0.45
HSL 306.14º 0.82% 0.3% -
HSV(B) 306.14º 0.9% 0.55% -
XYZ 15.04 7.54 21.08 -
YUV 64.97 163.58 182.23 -
System Red Green Blue C M Y K H S L
Decimal 141 14 128 0 0.90 0.09 0.45 306.14 0.82 0.3
Hex 8D E 80 0 5A 9 2D 132 52 1E
Octal 215 16 200 0 132 11 55 462 122 36
Binary 10001101 1110 10000000 0 1011010 1001 101101 100110010 1010010 11110

Color Harmonies of #8D0E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0E80

Black with #8D0E80

Text Example


Text Example

White with #8D0E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,14,128); }

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

background-color css

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

 a { background-color: rgb(141,14,128); }

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

border-color css

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

 span { border-color: rgb(141,14,128); }

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