#9D15A1

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

Shades of Dark Magenta #9D15A1

Tints of Dark Magenta #9D15A1

Color information

#9D15A1 (or 0x9D15A1) is unknown color: approx Dark Magenta. HEX triplet: 9D, 15 and A1. RGB value is (157,21,161). Sum of RGB (Red+Green+Blue) = 157+21+161=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 161 (63.28% from 255 or 47.49% from 339); Max value from RGB is 161 - color contains mainly: blue. Hex color #9D15A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D15A1 is #62EA5E. Grayscale: #4D4D4D. Windows color (decimal): -6482527 or 10556829. OLE color: 10556829.

HSL color Cylindrical-coordinate representation of color #9D15A1: hue angle of 298.29º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D15A1 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15721161-
CMYK0.020.8700.37
HSL298.29º76.92%35.69%-
HSV(B)298.29º86.96%63.14%-
XYZ20.6110.2834.62-
YUV77.62175.06184.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.31%
GREEN value IS 21 (8.59% from 255) = 6.19%
BLUE value IS 161 (63.28% from 255) = 47.49%
R=46.31%
G=6.19%
B=47.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal157211610.020.8700.37298.2976.9235.69
Hex9D15A125702512a4d24
Octal23525241212704545211544
Binary10011101101011010000110101011101001011001010101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D15A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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