#9D1393

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

Shades of Dark Magenta #9D1393

Tints of Dark Magenta #9D1393

Color information

#9D1393 (or 0x9D1393) is unknown color: approx Dark Magenta. HEX triplet: 9D, 13 and 93. RGB value is (157,19,147). Sum of RGB (Red+Green+Blue) = 157+19+147=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1393 is #62EC6C. Grayscale: #4A4A4A. Windows color (decimal): -6483053 or 9638813. OLE color: 9638813.

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

Color convert

RGB15719147-
CMYK00.880.060.38
HSL304.35º78.41%34.51%-
HSV(B)304.35º87.9%61.57%-
XYZ19.49.7428.46-
YUV74.85168.72186.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.61%
GREEN value IS 19 (7.81% from 255) = 5.88%
BLUE value IS 147 (57.81% from 255) = 45.51%
R=48.61%
G=5.88%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571914700.880.060.38304.3578.4134.51
Hex9D13930586261304e23
Octal23523223013064646011643
Binary100111011001110010011010110001101001101001100001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,19,147); }

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

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

 a { background-color: rgb(157,19,147); }

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

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

 span { border-color: rgb(157,19,147); }

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