Html Css Color HEX #8D06AC Dark Magenta

📋 copy color: '#8D06AC'

red 141 ◦ green 6 ◦ blue 172

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

Shades of Dark Magenta #8D06AC

Tints of Dark Magenta #8D06AC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.88%

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

R = 44.2%
G = 1.88%
B = 53.92%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D06AC (or 0x8D06AC) is known color: Dark Magenta. HEX triplet: 8D, 06 and AC. RGB value is (141,6,172). Sum of RGB (Red+Green+Blue) = 141+6+172=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D06AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D06AC is #72F953. Grayscale: #404040. Windows color (decimal): -7534932 or 11273869. OLE color: 11273869.

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

Color convert

RGB 141 6 172 -
CMYK 0.18 0.97 0 0.33
HSL 288.8º 0.93% 0.35% -
HSV(B) 288.8º 0.97% 0.67% -
XYZ 18.5 8.77 39.75 -
YUV 65.29 188.23 182 -
System Red Green Blue C M Y K H S L
Decimal 141 6 172 0.18 0.97 0 0.33 288.8 0.93 0.35
Hex 8D 6 AC 12 61 0 21 121 5D 23
Octal 215 6 254 22 141 0 41 441 135 43
Binary 10001101 110 10101100 10010 1100001 0 100001 100100001 1011101 100011

Color Harmonies of #8D06AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D06AC

Black with #8D06AC

Text Example


Text Example

White with #8D06AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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