Html Css Color HEX #8D0591 Dark Magenta

📋 copy color: '#8D0591'

red 141 ◦ green 5 ◦ blue 145

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

Shades of Dark Magenta #8D0591

Tints of Dark Magenta #8D0591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 49.83%

R = 48.45%
G = 1.72%
B = 49.83%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8D0591 (or 0x8D0591) is known color: Dark Magenta. HEX triplet: 8D, 05 and 91. RGB value is (141,5,145). Sum of RGB (Red+Green+Blue) = 141+5+145=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #8D0591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0591 is #72FA6E. Grayscale: #3D3D3D. Windows color (decimal): -7535215 or 9504141. OLE color: 9504141.

HSL color Cylindrical-coordinate representation of color #8D0591: hue angle of 298.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D0591 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 141 5 145 -
CMYK 0.03 0.97 0 0.43
HSL 298.29º 0.93% 0.29% -
HSV(B) 298.29º 0.97% 0.57% -
XYZ 16.15 7.82 27.45 -
YUV 61.62 175.06 184.62 -
System Red Green Blue C M Y K H S L
Decimal 141 5 145 0.03 0.97 0 0.43 298.29 0.93 0.29
Hex 8D 5 91 3 61 0 2B 12A 5D 1D
Octal 215 5 221 3 141 0 53 452 135 35
Binary 10001101 101 10010001 11 1100001 0 101011 100101010 1011101 11101

Color Harmonies of #8D0591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0591

Black with #8D0591

Text Example


Text Example

White with #8D0591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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