#99129F

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

Shades of Dark Magenta #99129F

Tints of Dark Magenta #99129F

Color information

#99129F (or 0x99129F) is unknown color: approx Dark Magenta. HEX triplet: 99, 12 and 9F. RGB value is (153,18,159). Sum of RGB (Red+Green+Blue) = 153+18+159=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #99129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99129F is #66ED60. Grayscale: #4A4A4A. Windows color (decimal): -6745441 or 10424985. OLE color: 10424985.

HSL color Cylindrical-coordinate representation of color #99129F: hue angle of 297.45º 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 #99129F is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15318159-
CMYK0.040.8900.38
HSL297.45º79.66%34.71%-
HSV(B)297.45º88.68%62.35%-
XYZ19.619.7133.64-
YUV74.44175.73184.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 18 (7.42% from 255) = 5.45%
BLUE value IS 159 (62.5% from 255) = 48.18%
R=46.36%
G=5.45%
B=48.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153181590.040.8900.38297.4579.6634.71
Hex99129F4590261295023
Octal23122237413104645112043
Binary100110011001010011111100101100101001101001010011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99129F; }

 p { color: rgb(153,18,159); }

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

<style>
 a { background-color: #99129F; }

 a { background-color: rgb(153,18,159); }

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

<style>
 span { border-color: #99129F; }

 span { border-color: rgb(153,18,159); }

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