Html Css Color HEX #8D0CAC Dark Magenta

📋 copy color: '#8D0CAC'

red 141 ◦ green 12 ◦ blue 172

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

Shades of Dark Magenta #8D0CAC

Tints of Dark Magenta #8D0CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.69%

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

R = 43.38%
G = 3.69%
B = 52.92%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D0CAC (or 0x8D0CAC) is known color: Dark Magenta. HEX triplet: 8D, 0C and AC. RGB value is (141,12,172). Sum of RGB (Red+Green+Blue) = 141+12+172=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D0CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0CAC is #72F353. Grayscale: #444444. Windows color (decimal): -7533396 or 11275405. OLE color: 11275405.

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

Color convert

RGB 141 12 172 -
CMYK 0.18 0.93 0 0.33
HSL 288.38º 0.87% 0.36% -
HSV(B) 288.38º 0.93% 0.67% -
XYZ 18.56 8.9 39.77 -
YUV 68.81 186.24 179.49 -
System Red Green Blue C M Y K H S L
Decimal 141 12 172 0.18 0.93 0 0.33 288.38 0.87 0.36
Hex 8D C AC 12 5D 0 21 120 57 24
Octal 215 14 254 22 135 0 41 440 127 44
Binary 10001101 1100 10101100 10010 1011101 0 100001 100100000 1010111 100100

Color Harmonies of #8D0CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0CAC

Black with #8D0CAC

Text Example


Text Example

White with #8D0CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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