#8D1392

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

Shades of Dark Magenta #8D1392

Tints of Dark Magenta #8D1392

Color information

#8D1392 (or 0x8D1392) is unknown color: approx Dark Magenta. HEX triplet: 8D, 13 and 92. RGB value is (141,19,146). Sum of RGB (Red+Green+Blue) = 141+19+146=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D1392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1392 is #72EC6D. Grayscale: #454545. Windows color (decimal): -7531630 or 9573261. OLE color: 9573261.

HSL color Cylindrical-coordinate representation of color #8D1392: hue angle of 297.64º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1392 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14119146-
CMYK0.030.8700.43
HSL297.64º76.97%32.35%-
HSV(B)297.64º86.99%57.25%-
XYZ16.418.227.91-
YUV69.96170.92178.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.08%
GREEN value IS 19 (7.81% from 255) = 6.21%
BLUE value IS 146 (57.42% from 255) = 47.71%
R=46.08%
G=6.21%
B=47.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141191460.030.8700.43297.6476.9732.35
Hex8D139235702B12a4d20
Octal21523222312705345211540
Binary10001101100111001001011101011101010111001010101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,19,146); }

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

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

 a { background-color: rgb(141,19,146); }

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

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

 span { border-color: rgb(141,19,146); }

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