#8D1699

Color #8D1699 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #8D1699

Tints of Dark Magenta #8D1699

Color information

#8D1699 (or 0x8D1699) is unknown color: approx Dark Magenta. HEX triplet: 8D, 16 and 99. RGB value is (141,22,153). Sum of RGB (Red+Green+Blue) = 141+22+153=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D1699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1699 is #72E966. Grayscale: #484848. Windows color (decimal): -7530855 or 10032781. OLE color: 10032781.

HSL color Cylindrical-coordinate representation of color #8D1699: hue angle of 294.5º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D1699 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14122153-
CMYK0.080.8600.4
HSL294.5º74.86%34.31%-
HSV(B)294.5º85.62%60%-
XYZ17.028.5430.89-
YUV72.52173.42176.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.62%
GREEN value IS 22 (8.98% from 255) = 6.96%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=44.62%
G=6.96%
B=48.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141221530.080.8600.4294.574.8634.31
Hex8D16998560281274b22
Octal215262311012605044711342
Binary1000110110110100110011000101011001010001001001111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,22,153); }

 H1.HeaderClassName
 {
   color: #8D1699;
 }
 .AnyTagClassName
 {
   color: #8D1699;
 }
</style>
background-color css

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

 a { background-color: rgb(141,22,153); }

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

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

 span { border-color: rgb(141,22,153); }

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