Html Css Color HEX #8D14AB Dark Magenta

📋 copy color: '#8D14AB'

red 141 ◦ green 20 ◦ blue 171

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

Shades of Dark Magenta #8D14AB

Tints of Dark Magenta #8D14AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.51%

R = 42.47%
G = 6.02%
B = 51.51%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D14AB (or 0x8D14AB) is known color: Dark Magenta. HEX triplet: 8D, 14 and AB. RGB value is (141,20,171). Sum of RGB (Red+Green+Blue) = 141+20+171=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D14AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D14AB is #72EB54. Grayscale: #484848. Windows color (decimal): -7531349 or 11211917. OLE color: 11211917.

HSL color Cylindrical-coordinate representation of color #8D14AB: hue angle of 288.08º 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 #8D14AB is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 20 171 -
CMYK 0.18 0.88 0 0.33
HSL 288.08º 0.79% 0.37% -
HSV(B) 288.08º 0.88% 0.67% -
XYZ 18.59 9.1 39.31 -
YUV 73.39 183.09 176.22 -
System Red Green Blue C M Y K H S L
Decimal 141 20 171 0.18 0.88 0 0.33 288.08 0.79 0.37
Hex 8D 14 AB 12 58 0 21 120 4F 25
Octal 215 24 253 22 130 0 41 440 117 45
Binary 10001101 10100 10101011 10010 1011000 0 100001 100100000 1001111 100101

Color Harmonies of #8D14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D14AB

Black with #8D14AB

Text Example


Text Example

White with #8D14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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