#9D129E

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

Shades of Dark Magenta #9D129E

Tints of Dark Magenta #9D129E

Color information

#9D129E (or 0x9D129E) is unknown color: approx Dark Magenta. HEX triplet: 9D, 12 and 9E. RGB value is (157,18,158). Sum of RGB (Red+Green+Blue) = 157+18+158=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D129E is #62ED61. Grayscale: #4B4B4B. Windows color (decimal): -6483298 or 10359453. OLE color: 10359453.

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

Color convert

RGB15718158-
CMYK0.010.8900.38
HSL299.57º79.55%34.51%-
HSV(B)299.57º88.61%61.96%-
XYZ20.2910.0733.22-
YUV75.52174.55186.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.15%
GREEN value IS 18 (7.42% from 255) = 5.41%
BLUE value IS 158 (62.11% from 255) = 47.45%
R=47.15%
G=5.41%
B=47.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157181580.010.8900.38299.5779.5534.51
Hex9D129E15902612c5023
Octal23522236113104645412043
Binary1001110110010100111101101100101001101001011001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,18,158); }

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

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

 a { background-color: rgb(157,18,158); }

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

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

 span { border-color: rgb(157,18,158); }

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