Html Css Color HEX #8D0AAC Dark Magenta

📋 copy color: '#8D0AAC'

red 141 ◦ green 10 ◦ blue 172

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

Shades of Dark Magenta #8D0AAC

Tints of Dark Magenta #8D0AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.1%

 BLUE value IS 172 (67.58% from 255) = 53.25%

R = 43.65%
G = 3.1%
B = 53.25%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D0AAC (or 0x8D0AAC) is known color: Dark Magenta. HEX triplet: 8D, 0A and AC. RGB value is (141,10,172). Sum of RGB (Red+Green+Blue) = 141+10+172=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D0AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0AAC is #72F553. Grayscale: #434343. Windows color (decimal): -7533908 or 11274893. OLE color: 11274893.

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

Color convert

RGB 141 10 172 -
CMYK 0.18 0.94 0 0.33
HSL 288.52º 0.89% 0.36% -
HSV(B) 288.52º 0.94% 0.67% -
XYZ 18.54 8.86 39.76 -
YUV 67.64 186.9 180.33 -
System Red Green Blue C M Y K H S L
Decimal 141 10 172 0.18 0.94 0 0.33 288.52 0.89 0.36
Hex 8D A AC 12 5E 0 21 121 59 24
Octal 215 12 254 22 136 0 41 441 131 44
Binary 10001101 1010 10101100 10010 1011110 0 100001 100100001 1011001 100100

Color Harmonies of #8D0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0AAC

Black with #8D0AAC

Text Example


Text Example

White with #8D0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,10,172); }

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

background-color css

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

 a { background-color: rgb(141,10,172); }

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

border-color css

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

 span { border-color: rgb(141,10,172); }

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