Html Css Color HEX #8D027E Dark Magenta

📋 copy color: '#8D027E'

red 141 ◦ green 2 ◦ blue 126

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

Shades of Dark Magenta #8D027E

Tints of Dark Magenta #8D027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 46.84%

R = 52.42%
G = 0.74%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D027E (or 0x8D027E) is known color: Dark Magenta. HEX triplet: 8D, 02 and 7E. RGB value is (141,2,126). Sum of RGB (Red+Green+Blue) = 141+2+126=269 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.42% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 141 - color contains mainly: red. Hex color #8D027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D027E is #72FD81. Grayscale: #393939. Windows color (decimal): -7536002 or 8258189. OLE color: 8258189.

HSL color Cylindrical-coordinate representation of color #8D027E: hue angle of 306.47º 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 #8D027E is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 2 126 -
CMYK 0 0.99 0.11 0.45
HSL 306.47º 0.97% 0.28% -
HSV(B) 306.47º 0.99% 0.55% -
XYZ 14.77 7.21 20.35 -
YUV 57.7 166.55 187.42 -
System Red Green Blue C M Y K H S L
Decimal 141 2 126 0 0.99 0.11 0.45 306.47 0.97 0.28
Hex 8D 2 7E 0 63 B 2D 132 61 1C
Octal 215 2 176 0 143 13 55 462 141 34
Binary 10001101 10 1111110 0 1100011 1011 101101 100110010 1100001 11100

Color Harmonies of #8D027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D027E

Black with #8D027E

Text Example


Text Example

White with #8D027E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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