Html Css Color HEX #8D1487 Dark Magenta

📋 copy color: '#8D1487'

red 141 ◦ green 20 ◦ blue 135

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

Shades of Dark Magenta #8D1487

Tints of Dark Magenta #8D1487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.76%

 BLUE value IS 135 (53.13% from 255) = 45.61%

R = 47.64%
G = 6.76%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8D1487 (or 0x8D1487) is known color: Dark Magenta. HEX triplet: 8D, 14 and 87. RGB value is (141,20,135). Sum of RGB (Red+Green+Blue) = 141+20+135=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1487 is #72EB78. Grayscale: #444444. Windows color (decimal): -7531385 or 8852621. OLE color: 8852621.

HSL color Cylindrical-coordinate representation of color #8D1487: hue angle of 302.98º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D1487 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 20 135 -
CMYK 0 0.86 0.04 0.45
HSL 302.98º 0.75% 0.32% -
HSV(B) 302.98º 0.86% 0.55% -
XYZ 15.61 7.91 23.63 -
YUV 69.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 141 20 135 0 0.86 0.04 0.45 302.98 0.75 0.32
Hex 8D 14 87 0 56 4 2D 12F 4B 20
Octal 215 24 207 0 126 4 55 457 113 40
Binary 10001101 10100 10000111 0 1010110 100 101101 100101111 1001011 100000

Color Harmonies of #8D1487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1487

Black with #8D1487

Text Example


Text Example

White with #8D1487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,20,135); }

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

background-color css

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

 a { background-color: rgb(141,20,135); }

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

border-color css

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

 span { border-color: rgb(141,20,135); }

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