Html Css Color HEX #8D1192 Dark Magenta

📋 copy color: '#8D1192'

red 141 ◦ green 17 ◦ blue 146

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

Shades of Dark Magenta #8D1192

Tints of Dark Magenta #8D1192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.03%

R = 46.38%
G = 5.59%
B = 48.03%

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

#8D1192 (or 0x8D1192) is known color: Dark Magenta. HEX triplet: 8D, 11 and 92. RGB value is (141,17,146). Sum of RGB (Red+Green+Blue) = 141+17+146=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D1192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1192 is #72EE6D. Grayscale: #444444. Windows color (decimal): -7532142 or 9572749. OLE color: 9572749.

HSL color Cylindrical-coordinate representation of color #8D1192: hue angle of 297.67º 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 #8D1192 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 141 17 146 -
CMYK 0.03 0.88 0 0.43
HSL 297.67º 0.79% 0.32% -
HSV(B) 297.67º 0.88% 0.57% -
XYZ 16.37 8.14 27.9 -
YUV 68.78 171.58 179.51 -
System Red Green Blue C M Y K H S L
Decimal 141 17 146 0.03 0.88 0 0.43 297.67 0.79 0.32
Hex 8D 11 92 3 58 0 2B 12A 4F 20
Octal 215 21 222 3 130 0 53 452 117 40
Binary 10001101 10001 10010010 11 1011000 0 101011 100101010 1001111 100000

Color Harmonies of #8D1192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1192

Black with #8D1192

Text Example


Text Example

White with #8D1192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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