Html Css Color HEX #8D0DAB Dark Magenta

📋 copy color: '#8D0DAB'

red 141 ◦ green 13 ◦ blue 171

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

Shades of Dark Magenta #8D0DAB

Tints of Dark Magenta #8D0DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4%

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

R = 43.38%
G = 4%
B = 52.62%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D0DAB (or 0x8D0DAB) is known color: Dark Magenta. HEX triplet: 8D, 0D and AB. RGB value is (141,13,171). Sum of RGB (Red+Green+Blue) = 141+13+171=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D0DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0DAB is #72F254. Grayscale: #444444. Windows color (decimal): -7533141 or 11210125. OLE color: 11210125.

HSL color Cylindrical-coordinate representation of color #8D0DAB: hue angle of 288.61º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D0DAB is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 13 171 -
CMYK 0.18 0.92 0 0.33
HSL 288.61º 0.86% 0.36% -
HSV(B) 288.61º 0.92% 0.67% -
XYZ 18.48 8.89 39.27 -
YUV 69.28 185.41 179.15 -
System Red Green Blue C M Y K H S L
Decimal 141 13 171 0.18 0.92 0 0.33 288.61 0.86 0.36
Hex 8D D AB 12 5C 0 21 121 56 24
Octal 215 15 253 22 134 0 41 441 126 44
Binary 10001101 1101 10101011 10010 1011100 0 100001 100100001 1010110 100100

Color Harmonies of #8D0DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0DAB

Black with #8D0DAB

Text Example


Text Example

White with #8D0DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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