Html Css Color HEX #8D1496 Dark Magenta

📋 copy color: '#8D1496'

red 141 ◦ green 20 ◦ blue 150

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

Shades of Dark Magenta #8D1496

Tints of Dark Magenta #8D1496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.23%

R = 45.34%
G = 6.43%
B = 48.23%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8D1496 (or 0x8D1496) is known color: Dark Magenta. HEX triplet: 8D, 14 and 96. RGB value is (141,20,150). Sum of RGB (Red+Green+Blue) = 141+20+150=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #8D1496 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1496 is #72EB69. Grayscale: #464646. Windows color (decimal): -7531370 or 9835661. OLE color: 9835661.

HSL color Cylindrical-coordinate representation of color #8D1496: hue angle of 295.85º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1496 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 141 20 150 -
CMYK 0.06 0.87 0 0.41
HSL 295.85º 0.76% 0.33% -
HSV(B) 295.85º 0.87% 0.59% -
XYZ 16.74 8.37 29.59 -
YUV 71 172.59 177.93 -
System Red Green Blue C M Y K H S L
Decimal 141 20 150 0.06 0.87 0 0.41 295.85 0.76 0.33
Hex 8D 14 96 6 57 0 29 128 4C 21
Octal 215 24 226 6 127 0 51 450 114 41
Binary 10001101 10100 10010110 110 1010111 0 101001 100101000 1001100 100001

Color Harmonies of #8D1496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1496

Black with #8D1496

Text Example


Text Example

White with #8D1496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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