Html Css Color HEX #8D0AA8 Dark Magenta

📋 copy color: '#8D0AA8'

red 141 ◦ green 10 ◦ blue 168

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

Shades of Dark Magenta #8D0AA8

Tints of Dark Magenta #8D0AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 52.66%

R = 44.2%
G = 3.13%
B = 52.66%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#8D0AA8 (or 0x8D0AA8) is known color: Dark Magenta. HEX triplet: 8D, 0A and A8. RGB value is (141,10,168). Sum of RGB (Red+Green+Blue) = 141+10+168=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 168 (66.02% from 255 or 52.66% from 319); Max value from RGB is 168 - color contains mainly: blue. Hex color #8D0AA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0AA8 is #72F557. Grayscale: #424242. Windows color (decimal): -7533912 or 11012749. OLE color: 11012749.

HSL color Cylindrical-coordinate representation of color #8D0AA8: hue angle of 289.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0AA8 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 141 10 168 -
CMYK 0.16 0.94 0 0.34
HSL 289.75º 0.89% 0.35% -
HSV(B) 289.75º 0.94% 0.66% -
XYZ 18.16 8.71 37.77 -
YUV 67.18 184.9 180.65 -
System Red Green Blue C M Y K H S L
Decimal 141 10 168 0.16 0.94 0 0.34 289.75 0.89 0.35
Hex 8D A A8 10 5E 0 22 122 59 23
Octal 215 12 250 20 136 0 42 442 131 43
Binary 10001101 1010 10101000 10000 1011110 0 100010 100100010 1011001 100011

Color Harmonies of #8D0AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0AA8

Black with #8D0AA8

Text Example


Text Example

White with #8D0AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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