Html Css Color HEX #8D1191 Dark Magenta

📋 copy color: '#8D1191'

red 141 ◦ green 17 ◦ blue 145

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

Shades of Dark Magenta #8D1191

Tints of Dark Magenta #8D1191

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.61%

 BLUE value IS 145 (57.03% from 255) = 47.85%

R = 46.53%
G = 5.61%
B = 47.85%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8D1191 (or 0x8D1191) is known color: Dark Magenta. HEX triplet: 8D, 11 and 91. RGB value is (141,17,145). Sum of RGB (Red+Green+Blue) = 141+17+145=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #8D1191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1191 is #72EE6E. Grayscale: #444444. Windows color (decimal): -7532143 or 9507213. OLE color: 9507213.

HSL color Cylindrical-coordinate representation of color #8D1191: hue angle of 298.12º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D1191 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 141 17 145 -
CMYK 0.03 0.88 0 0.43
HSL 298.13º 0.79% 0.32% -
HSV(B) 298.13º 0.88% 0.57% -
XYZ 16.3 8.11 27.49 -
YUV 68.67 171.08 179.59 -
System Red Green Blue C M Y K H S L
Decimal 141 17 145 0.03 0.88 0 0.43 298.13 0.79 0.32
Hex 8D 11 91 3 58 0 2B 12A 4F 20
Octal 215 21 221 3 130 0 53 452 117 40
Binary 10001101 10001 10010001 11 1011000 0 101011 100101010 1001111 100000

Color Harmonies of #8D1191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1191

Black with #8D1191

Text Example


Text Example

White with #8D1191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,17,145); }

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

background-color css

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

 a { background-color: rgb(141,17,145); }

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

border-color css

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

 span { border-color: rgb(141,17,145); }

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