#9D219A

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

Shades of Dark Magenta #9D219A

Tints of Dark Magenta #9D219A

Color information

#9D219A (or 0x9D219A) is unknown color: approx Dark Magenta. HEX triplet: 9D, 21 and 9A. RGB value is (157,33,154). Sum of RGB (Red+Green+Blue) = 157+33+154=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 157 - color contains mainly: red. Hex color #9D219A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D219A is #62DE65. Grayscale: #535353. Windows color (decimal): -6479462 or 10101149. OLE color: 10101149.

HSL color Cylindrical-coordinate representation of color #9D219A: hue angle of 301.45º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D219A is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB15733154-
CMYK00.790.020.38
HSL301.45º65.26%37.25%-
HSV(B)301.45º78.98%61.57%-
XYZ20.2810.5931.55-
YUV83.87167.58180.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.64%
GREEN value IS 33 (13.28% from 255) = 9.59%
BLUE value IS 154 (60.55% from 255) = 44.77%
R=45.64%
G=9.59%
B=44.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573315400.790.020.38301.4565.2637.25
Hex9D219A04F22612d4125
Octal23541232011724645510145
Binary100111011000011001101001001111101001101001011011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D219A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,33,154); }

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

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

 a { background-color: rgb(157,33,154); }

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

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

 span { border-color: rgb(157,33,154); }

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