#9D1690

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

Shades of Dark Magenta #9D1690

Tints of Dark Magenta #9D1690

Color information

#9D1690 (or 0x9D1690) is unknown color: approx Dark Magenta. HEX triplet: 9D, 16 and 90. RGB value is (157,22,144). Sum of RGB (Red+Green+Blue) = 157+22+144=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1690 is #62E96F. Grayscale: #4B4B4B. Windows color (decimal): -6482288 or 9442973. OLE color: 9442973.

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

Color convert

RGB15722144-
CMYK00.860.080.38
HSL305.78º75.42%35.1%-
HSV(B)305.78º85.99%61.57%-
XYZ19.239.7627.26-
YUV76.27166.23185.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.61%
GREEN value IS 22 (8.98% from 255) = 6.81%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=48.61%
G=6.81%
B=44.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572214400.860.080.38305.7875.4235.1
Hex9D16900568261324b23
Octal235262200126104646211343
Binary1001110110110100100000101011010001001101001100101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,22,144); }

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

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

 a { background-color: rgb(157,22,144); }

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

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

 span { border-color: rgb(157,22,144); }

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