Html Css Color HEX #8D0FAC Dark Magenta

📋 copy color: '#8D0FAC'

red 141 ◦ green 15 ◦ blue 172

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

Shades of Dark Magenta #8D0FAC

Tints of Dark Magenta #8D0FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.57%

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

R = 42.99%
G = 4.57%
B = 52.44%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D0FAC (or 0x8D0FAC) is known color: Dark Magenta. HEX triplet: 8D, 0F and AC. RGB value is (141,15,172). Sum of RGB (Red+Green+Blue) = 141+15+172=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D0FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0FAC is #72F053. Grayscale: #464646. Windows color (decimal): -7532628 or 11276173. OLE color: 11276173.

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

Color convert

RGB 141 15 172 -
CMYK 0.18 0.91 0 0.33
HSL 288.15º 0.84% 0.37% -
HSV(B) 288.15º 0.91% 0.67% -
XYZ 18.6 8.98 39.78 -
YUV 70.57 185.24 178.23 -
System Red Green Blue C M Y K H S L
Decimal 141 15 172 0.18 0.91 0 0.33 288.15 0.84 0.37
Hex 8D F AC 12 5B 0 21 120 54 25
Octal 215 17 254 22 133 0 41 440 124 45
Binary 10001101 1111 10101100 10010 1011011 0 100001 100100000 1010100 100101

Color Harmonies of #8D0FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0FAC

Black with #8D0FAC

Text Example


Text Example

White with #8D0FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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