Html Css Color HEX #8D048A Dark Magenta

📋 copy color: '#8D048A'

red 141 ◦ green 4 ◦ blue 138

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

Shades of Dark Magenta #8D048A

Tints of Dark Magenta #8D048A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

 BLUE value IS 138 (54.3% from 255) = 48.76%

R = 49.82%
G = 1.41%
B = 48.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8D048A (or 0x8D048A) is known color: Dark Magenta. HEX triplet: 8D, 04 and 8A. RGB value is (141,4,138). Sum of RGB (Red+Green+Blue) = 141+4+138=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D048A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D048A is #72FB75. Grayscale: #3B3B3B. Windows color (decimal): -7535478 or 9045133. OLE color: 9045133.

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

Color convert

RGB 141 4 138 -
CMYK 0 0.97 0.02 0.45
HSL 301.31º 0.94% 0.28% -
HSV(B) 301.31º 0.97% 0.55% -
XYZ 15.62 7.58 24.69 -
YUV 60.24 171.89 185.6 -
System Red Green Blue C M Y K H S L
Decimal 141 4 138 0 0.97 0.02 0.45 301.31 0.94 0.28
Hex 8D 4 8A 0 61 2 2D 12D 5E 1C
Octal 215 4 212 0 141 2 55 455 136 34
Binary 10001101 100 10001010 0 1100001 10 101101 100101101 1011110 11100

Color Harmonies of #8D048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D048A

Black with #8D048A

Text Example


Text Example

White with #8D048A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,4,138); }

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

background-color css

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

 a { background-color: rgb(141,4,138); }

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

border-color css

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

 span { border-color: rgb(141,4,138); }

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