Html Css Color HEX #8D1999 Dark Magenta

📋 copy color: '#8D1999'

red 141 ◦ green 25 ◦ blue 153

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

Shades of Dark Magenta #8D1999

Tints of Dark Magenta #8D1999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.84%

 BLUE value IS 153 (60.16% from 255) = 47.96%

R = 44.2%
G = 7.84%
B = 47.96%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8D1999 (or 0x8D1999) is known color: Dark Magenta. HEX triplet: 8D, 19 and 99. RGB value is (141,25,153). Sum of RGB (Red+Green+Blue) = 141+25+153=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D1999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1999 is #72E666. Grayscale: #494949. Windows color (decimal): -7530087 or 10033549. OLE color: 10033549.

HSL color Cylindrical-coordinate representation of color #8D1999: hue angle of 294.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1999 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 141 25 153 -
CMYK 0.08 0.84 0 0.4
HSL 294.38º 0.72% 0.35% -
HSV(B) 294.38º 0.84% 0.6% -
XYZ 17.08 8.66 30.91 -
YUV 74.28 172.43 175.59 -
System Red Green Blue C M Y K H S L
Decimal 141 25 153 0.08 0.84 0 0.4 294.38 0.72 0.35
Hex 8D 19 99 8 54 0 28 126 48 23
Octal 215 31 231 10 124 0 50 446 110 43
Binary 10001101 11001 10011001 1000 1010100 0 101000 100100110 1001000 100011

Color Harmonies of #8D1999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1999

Black with #8D1999

Text Example


Text Example

White with #8D1999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,25,153); }

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

background-color css

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

 a { background-color: rgb(141,25,153); }

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

border-color css

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

 span { border-color: rgb(141,25,153); }

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