Html Css Color HEX #8D0582 Dark Magenta

📋 copy color: '#8D0582'

red 141 ◦ green 5 ◦ blue 130

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

Shades of Dark Magenta #8D0582

Tints of Dark Magenta #8D0582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

 BLUE value IS 130 (51.17% from 255) = 47.1%

R = 51.09%
G = 1.81%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8D0582 (or 0x8D0582) is known color: Dark Magenta. HEX triplet: 8D, 05 and 82. RGB value is (141,5,130). Sum of RGB (Red+Green+Blue) = 141+5+130=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0582 is #72FA7D. Grayscale: #3B3B3B. Windows color (decimal): -7535230 or 8521101. OLE color: 8521101.

HSL color Cylindrical-coordinate representation of color #8D0582: hue angle of 304.85º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0582 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 5 130 -
CMYK 0 0.96 0.08 0.45
HSL 304.85º 0.93% 0.29% -
HSV(B) 304.85º 0.96% 0.55% -
XYZ 15.07 7.38 21.75 -
YUV 59.91 167.56 185.84 -
System Red Green Blue C M Y K H S L
Decimal 141 5 130 0 0.96 0.08 0.45 304.85 0.93 0.29
Hex 8D 5 82 0 60 8 2D 131 5D 1D
Octal 215 5 202 0 140 10 55 461 135 35
Binary 10001101 101 10000010 0 1100000 1000 101101 100110001 1011101 11101

Color Harmonies of #8D0582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0582

Black with #8D0582

Text Example


Text Example

White with #8D0582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,5,130); }

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

background-color css

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

 a { background-color: rgb(141,5,130); }

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

border-color css

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

 span { border-color: rgb(141,5,130); }

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