#9D1592

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

Shades of Dark Magenta #9D1592

Tints of Dark Magenta #9D1592

Color information

#9D1592 (or 0x9D1592) is unknown color: approx Dark Magenta. HEX triplet: 9D, 15 and 92. RGB value is (157,21,146). Sum of RGB (Red+Green+Blue) = 157+21+146=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1592 is #62EA6D. Grayscale: #4B4B4B. Windows color (decimal): -6482542 or 9573789. OLE color: 9573789.

HSL color Cylindrical-coordinate representation of color #9D1592: hue angle of 304.85º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D1592 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB15721146-
CMYK00.870.070.38
HSL304.85º76.4%34.9%-
HSV(B)304.85º86.62%61.57%-
XYZ19.369.7828.06-
YUV75.91167.56185.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.46%
GREEN value IS 21 (8.59% from 255) = 6.48%
BLUE value IS 146 (57.42% from 255) = 45.06%
R=48.46%
G=6.48%
B=45.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572114600.870.070.38304.8576.434.9
Hex9D15920577261314c23
Octal23525222012774646111443
Binary100111011010110010010010101111111001101001100011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D1592; }

 p { color: rgb(157,21,146); }

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

<style>
 a { background-color: #9D1592; }

 a { background-color: rgb(157,21,146); }

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

<style>
 span { border-color: #9D1592; }

 span { border-color: rgb(157,21,146); }

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