Html Css Color HEX #8D027F Dark Magenta

📋 copy color: '#8D027F'

red 141 ◦ green 2 ◦ blue 127

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

Shades of Dark Magenta #8D027F

Tints of Dark Magenta #8D027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 52.22%
G = 0.74%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8D027F (or 0x8D027F) is known color: Dark Magenta. HEX triplet: 8D, 02 and 7F. RGB value is (141,2,127). Sum of RGB (Red+Green+Blue) = 141+2+127=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D027F is #72FD80. Grayscale: #393939. Windows color (decimal): -7536001 or 8323725. OLE color: 8323725.

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

Color convert

RGB 141 2 127 -
CMYK 0 0.99 0.10 0.45
HSL 306.04º 0.97% 0.28% -
HSV(B) 306.04º 0.99% 0.55% -
XYZ 14.84 7.24 20.69 -
YUV 57.81 167.05 187.34 -
System Red Green Blue C M Y K H S L
Decimal 141 2 127 0 0.99 0.10 0.45 306.04 0.97 0.28
Hex 8D 2 7F 0 63 A 2D 132 61 1C
Octal 215 2 177 0 143 12 55 462 141 34
Binary 10001101 10 1111111 0 1100011 1010 101101 100110010 1100001 11100

Color Harmonies of #8D027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D027F

Black with #8D027F

Text Example


Text Example

White with #8D027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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