Html Css Color HEX #8D1C93 Dark Magenta

📋 copy color: '#8D1C93'

red 141 ◦ green 28 ◦ blue 147

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

Shades of Dark Magenta #8D1C93

Tints of Dark Magenta #8D1C93

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.86%

 BLUE value IS 147 (57.81% from 255) = 46.52%

R = 44.62%
G = 8.86%
B = 46.52%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8D1C93 (or 0x8D1C93) is known color: Dark Magenta. HEX triplet: 8D, 1C and 93. RGB value is (141,28,147). Sum of RGB (Red+Green+Blue) = 141+28+147=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D1C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1C93 is #72E36C. Grayscale: #4A4A4A. Windows color (decimal): -7529325 or 9641101. OLE color: 9641101.

HSL color Cylindrical-coordinate representation of color #8D1C93: hue angle of 296.97º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D1C93 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 141 28 147 -
CMYK 0.04 0.81 0 0.42
HSL 296.97º 0.68% 0.34% -
HSV(B) 296.97º 0.81% 0.58% -
XYZ 16.67 8.6 28.39 -
YUV 75.35 168.44 174.82 -
System Red Green Blue C M Y K H S L
Decimal 141 28 147 0.04 0.81 0 0.42 296.97 0.68 0.34
Hex 8D 1C 93 4 51 0 2A 129 44 22
Octal 215 34 223 4 121 0 52 451 104 42
Binary 10001101 11100 10010011 100 1010001 0 101010 100101001 1000100 100010

Color Harmonies of #8D1C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1C93

Black with #8D1C93

Text Example


Text Example

White with #8D1C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,28,147); }

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

background-color css

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

 a { background-color: rgb(141,28,147); }

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

border-color css

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

 span { border-color: rgb(141,28,147); }

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