Html Css Color HEX #8D199F Dark Magenta

📋 copy color: '#8D199F'

red 141 ◦ green 25 ◦ blue 159

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

Shades of Dark Magenta #8D199F

Tints of Dark Magenta #8D199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.92%

R = 43.38%
G = 7.69%
B = 48.92%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8D199F (or 0x8D199F) is known color: Dark Magenta. HEX triplet: 8D, 19 and 9F. RGB value is (141,25,159). Sum of RGB (Red+Green+Blue) = 141+25+159=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D199F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D199F is #72E660. Grayscale: #4A4A4A. Windows color (decimal): -7530081 or 10426765. OLE color: 10426765.

HSL color Cylindrical-coordinate representation of color #8D199F: hue angle of 291.94º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D199F is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 141 25 159 -
CMYK 0.11 0.84 0 0.38
HSL 291.94º 0.73% 0.36% -
HSV(B) 291.94º 0.84% 0.62% -
XYZ 17.59 8.86 33.58 -
YUV 74.96 175.43 175.1 -
System Red Green Blue C M Y K H S L
Decimal 141 25 159 0.11 0.84 0 0.38 291.94 0.73 0.36
Hex 8D 19 9F B 54 0 26 124 49 24
Octal 215 31 237 13 124 0 46 444 111 44
Binary 10001101 11001 10011111 1011 1010100 0 100110 100100100 1001001 100100

Color Harmonies of #8D199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D199F

Black with #8D199F

Text Example


Text Example

White with #8D199F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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