Html Css Color HEX #8D007F Dark Magenta

📋 copy color: '#8D007F'

red 141 ◦ green 0 ◦ blue 127

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

Shades of Dark Magenta #8D007F

Tints of Dark Magenta #8D007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 127 (50% from 255) = 47.39%

R = 52.61%
G = 0%
B = 47.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8D007F (or 0x8D007F) is known color: Dark Magenta. HEX triplet: 8D, 00 and 7F. RGB value is (141,0,127). Sum of RGB (Red+Green+Blue) = 141+0+127=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D007F is #72FF80. Grayscale: #383838. Windows color (decimal): -7536513 or 8323213. OLE color: 8323213.

HSL color Cylindrical-coordinate representation of color #8D007F: hue angle of 305.96º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D007F is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 0 127 -
CMYK 0 1 0.10 0.45
HSL 305.96º 1% 0.28% -
HSV(B) 305.96º 1% 0.55% -
XYZ 14.82 7.2 20.69 -
YUV 56.64 167.71 188.17 -
System Red Green Blue C M Y K H S L
Decimal 141 0 127 0 1 0.10 0.45 305.96 1 0.28
Hex 8D 0 7F 0 64 A 2D 132 64 1C
Octal 215 0 177 0 144 12 55 462 144 34
Binary 10001101 0 1111111 0 1100100 1010 101101 100110010 1100100 11100

Color Harmonies of #8D007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D007F

Black with #8D007F

Text Example


Text Example

White with #8D007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,0,127); }

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

background-color css

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

 a { background-color: rgb(141,0,127); }

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

border-color css

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

 span { border-color: rgb(141,0,127); }

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