Html Css Color HEX #8D048B Dark Magenta

📋 copy color: '#8D048B'

red 141 ◦ green 4 ◦ blue 139

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

Shades of Dark Magenta #8D048B

Tints of Dark Magenta #8D048B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.94%

R = 49.65%
G = 1.41%
B = 48.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8D048B (or 0x8D048B) is known color: Dark Magenta. HEX triplet: 8D, 04 and 8B. RGB value is (141,4,139). Sum of RGB (Red+Green+Blue) = 141+4+139=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D048B is #72FB74. Grayscale: #3B3B3B. Windows color (decimal): -7535477 or 9110669. OLE color: 9110669.

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

Color convert

RGB 141 4 139 -
CMYK 0 0.97 0.01 0.45
HSL 300.88º 0.94% 0.28% -
HSV(B) 300.88º 0.97% 0.55% -
XYZ 15.69 7.61 25.07 -
YUV 60.35 172.39 185.52 -
System Red Green Blue C M Y K H S L
Decimal 141 4 139 0 0.97 0.01 0.45 300.88 0.94 0.28
Hex 8D 4 8B 0 61 1 2D 12D 5E 1C
Octal 215 4 213 0 141 1 55 455 136 34
Binary 10001101 100 10001011 0 1100001 1 101101 100101101 1011110 11100

Color Harmonies of #8D048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D048B

Black with #8D048B

Text Example


Text Example

White with #8D048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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