Html Css Color HEX #8D059D Dark Magenta

📋 copy color: '#8D059D'

red 141 ◦ green 5 ◦ blue 157

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

Shades of Dark Magenta #8D059D

Tints of Dark Magenta #8D059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.82%

R = 46.53%
G = 1.65%
B = 51.82%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8D059D (or 0x8D059D) is known color: Dark Magenta. HEX triplet: 8D, 05 and 9D. RGB value is (141,5,157). Sum of RGB (Red+Green+Blue) = 141+5+157=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D059D is #72FA62. Grayscale: #3E3E3E. Windows color (decimal): -7535203 or 10290573. OLE color: 10290573.

HSL color Cylindrical-coordinate representation of color #8D059D: hue angle of 293.68º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D059D is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 141 5 157 -
CMYK 0.10 0.97 0 0.38
HSL 293.68º 0.94% 0.32% -
HSV(B) 293.68º 0.97% 0.62% -
XYZ 17.12 8.21 32.58 -
YUV 62.99 181.06 183.64 -
System Red Green Blue C M Y K H S L
Decimal 141 5 157 0.10 0.97 0 0.38 293.68 0.94 0.32
Hex 8D 5 9D A 61 0 26 126 5E 20
Octal 215 5 235 12 141 0 46 446 136 40
Binary 10001101 101 10011101 1010 1100001 0 100110 100100110 1011110 100000

Color Harmonies of #8D059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D059D

Black with #8D059D

Text Example


Text Example

White with #8D059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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