Html Css Color HEX #8D1A93 Dark Magenta

📋 copy color: '#8D1A93'

red 141 ◦ green 26 ◦ blue 147

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

Shades of Dark Magenta #8D1A93

Tints of Dark Magenta #8D1A93

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.28%

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

R = 44.9%
G = 8.28%
B = 46.82%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8D1A93 (or 0x8D1A93) is known color: Dark Magenta. HEX triplet: 8D, 1A and 93. RGB value is (141,26,147). Sum of RGB (Red+Green+Blue) = 141+26+147=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D1A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1A93 is #72E56C. Grayscale: #494949. Windows color (decimal): -7529837 or 9640589. OLE color: 9640589.

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

Color convert

RGB 141 26 147 -
CMYK 0.04 0.82 0 0.42
HSL 297.02º 0.7% 0.34% -
HSV(B) 297.02º 0.82% 0.58% -
XYZ 16.62 8.51 28.37 -
YUV 74.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 141 26 147 0.04 0.82 0 0.42 297.02 0.7 0.34
Hex 8D 1A 93 4 52 0 2A 129 46 22
Octal 215 32 223 4 122 0 52 451 106 42
Binary 10001101 11010 10010011 100 1010010 0 101010 100101001 1000110 100010

Color Harmonies of #8D1A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1A93

Black with #8D1A93

Text Example


Text Example

White with #8D1A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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