#9D18A9

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

Shades of Dark Magenta #9D18A9

Tints of Dark Magenta #9D18A9

Color information

#9D18A9 (or 0x9D18A9) is unknown color: approx Dark Magenta. HEX triplet: 9D, 18 and A9. RGB value is (157,24,169). Sum of RGB (Red+Green+Blue) = 157+24+169=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 169 (66.41% from 255 or 48.29% from 350); Max value from RGB is 169 - color contains mainly: blue. Hex color #9D18A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D18A9 is #62E756. Grayscale: #4F4F4F. Windows color (decimal): -6481751 or 11081885. OLE color: 11081885.

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

Color convert

RGB15724169-
CMYK0.070.8600.34
HSL295.03º75.13%37.84%-
HSV(B)295.03º85.8%66.27%-
XYZ21.3910.6938.47-
YUV80.3178.06182.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.86%
GREEN value IS 24 (9.77% from 255) = 6.86%
BLUE value IS 169 (66.41% from 255) = 48.29%
R=44.86%
G=6.86%
B=48.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal157241690.070.8600.34295.0375.1337.84
Hex9D18A97560221274b26
Octal23530251712604244711346
Binary100111011100010101001111101011001000101001001111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D18A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,24,169); }

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

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

 a { background-color: rgb(157,24,169); }

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

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

 span { border-color: rgb(157,24,169); }

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