Html Css Color HEX #8D14AA Dark Magenta

📋 copy color: '#8D14AA'

red 141 ◦ green 20 ◦ blue 170

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

Shades of Dark Magenta #8D14AA

Tints of Dark Magenta #8D14AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.04%

 BLUE value IS 170 (66.8% from 255) = 51.36%

R = 42.6%
G = 6.04%
B = 51.36%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D14AA (or 0x8D14AA) is known color: Dark Magenta. HEX triplet: 8D, 14 and AA. RGB value is (141,20,170). Sum of RGB (Red+Green+Blue) = 141+20+170=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D14AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D14AA is #72EB55. Grayscale: #484848. Windows color (decimal): -7531350 or 11146381. OLE color: 11146381.

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

Color convert

RGB 141 20 170 -
CMYK 0.17 0.88 0 0.33
HSL 288.4º 0.79% 0.37% -
HSV(B) 288.4º 0.88% 0.67% -
XYZ 18.49 9.07 38.81 -
YUV 73.28 182.59 176.3 -
System Red Green Blue C M Y K H S L
Decimal 141 20 170 0.17 0.88 0 0.33 288.4 0.79 0.37
Hex 8D 14 AA 11 58 0 21 120 4F 25
Octal 215 24 252 21 130 0 41 440 117 45
Binary 10001101 10100 10101010 10001 1011000 0 100001 100100000 1001111 100101

Color Harmonies of #8D14AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D14AA

Black with #8D14AA

Text Example


Text Example

White with #8D14AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,20,170); }

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

background-color css

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

 a { background-color: rgb(141,20,170); }

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

border-color css

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

 span { border-color: rgb(141,20,170); }

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