Html Css Color HEX #99129F Dark Magenta

📋 copy color: '#99129F'

red 153 ◦ green 18 ◦ blue 159

#99129F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #99129F

Tints of Dark Magenta #99129F

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 value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99129F (or 0x99129F) is known color: 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

RGB 153 18 159 -
CMYK 0.04 0.89 0 0.38
HSL 297.45º 0.8% 0.35% -
HSV(B) 297.45º 0.89% 0.62% -
XYZ 19.61 9.71 33.64 -
YUV 74.44 175.73 184.04 -
System Red Green Blue C M Y K H S L
Decimal 153 18 159 0.04 0.89 0 0.38 297.45 0.8 0.35
Hex 99 12 9F 4 59 0 26 129 50 23
Octal 231 22 237 4 131 0 46 451 120 43
Binary 10011001 10010 10011111 100 1011001 0 100110 100101001 1010000 100011

Color Harmonies of #99129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99129F

Black with #99129F

Text Example


Text Example

White with #99129F

Text Example


Text Example

HTML Codes & Css Web 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>