Html Css Color HEX #8D1799 Dark Magenta

📋 copy color: '#8D1799'

red 141 ◦ green 23 ◦ blue 153

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

Shades of Dark Magenta #8D1799

Tints of Dark Magenta #8D1799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.26%

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

R = 44.48%
G = 7.26%
B = 48.26%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8D1799 (or 0x8D1799) is known color: Dark Magenta. HEX triplet: 8D, 17 and 99. RGB value is (141,23,153). Sum of RGB (Red+Green+Blue) = 141+23+153=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D1799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1799 is #72E866. Grayscale: #484848. Windows color (decimal): -7530599 or 10033037. OLE color: 10033037.

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

Color convert

RGB 141 23 153 -
CMYK 0.08 0.85 0 0.4
HSL 294.46º 0.74% 0.35% -
HSV(B) 294.46º 0.85% 0.6% -
XYZ 17.04 8.58 30.89 -
YUV 73.1 173.09 176.43 -
System Red Green Blue C M Y K H S L
Decimal 141 23 153 0.08 0.85 0 0.4 294.46 0.74 0.35
Hex 8D 17 99 8 55 0 28 126 4A 23
Octal 215 27 231 10 125 0 50 446 112 43
Binary 10001101 10111 10011001 1000 1010101 0 101000 100100110 1001010 100011

Color Harmonies of #8D1799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1799

Black with #8D1799

Text Example


Text Example

White with #8D1799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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