Html Css Color HEX #8D059C Dark Magenta

📋 copy color: '#8D059C'

red 141 ◦ green 5 ◦ blue 156

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

Shades of Dark Magenta #8D059C

Tints of Dark Magenta #8D059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.66%

R = 46.69%
G = 1.66%
B = 51.66%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D059C (or 0x8D059C) is known color: Dark Magenta. HEX triplet: 8D, 05 and 9C. RGB value is (141,5,156). Sum of RGB (Red+Green+Blue) = 141+5+156=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D059C is #72FA63. Grayscale: #3E3E3E. Windows color (decimal): -7535204 or 10225037. OLE color: 10225037.

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

Color convert

RGB 141 5 156 -
CMYK 0.10 0.97 0 0.39
HSL 294.04º 0.94% 0.32% -
HSV(B) 294.04º 0.97% 0.61% -
XYZ 17.04 8.17 32.13 -
YUV 62.88 180.56 183.72 -
System Red Green Blue C M Y K H S L
Decimal 141 5 156 0.10 0.97 0 0.39 294.04 0.94 0.32
Hex 8D 5 9C A 61 0 27 126 5E 20
Octal 215 5 234 12 141 0 47 446 136 40
Binary 10001101 101 10011100 1010 1100001 0 100111 100100110 1011110 100000

Color Harmonies of #8D059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D059C

Black with #8D059C

Text Example


Text Example

White with #8D059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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