Html Css Color HEX #99047D Dark Magenta

📋 copy color: '#99047D'

red 153 ◦ green 4 ◦ blue 125

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

Shades of Dark Magenta #99047D

Tints of Dark Magenta #99047D

RGB

 RED value IS 153 (60.16% from 255) = 54.26%

 GREEN value IS 4 (1.95% from 255) = 1.42%

 BLUE value IS 125 (49.22% from 255) = 44.33%

R = 54.26%
G = 1.42%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99047D (or 0x99047D) is known color: Dark Magenta. HEX triplet: 99, 04 and 7D. RGB value is (153,4,125). Sum of RGB (Red+Green+Blue) = 153+4+125=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #99047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99047D is #66FB82. Grayscale: #3E3E3E. Windows color (decimal): -6749059 or 8193177. OLE color: 8193177.

HSL color Cylindrical-coordinate representation of color #99047D: hue angle of 311.28º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99047D is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 4 125 -
CMYK 0 0.97 0.18 0.4
HSL 311.28º 0.95% 0.31% -
HSV(B) 311.28º 0.97% 0.6% -
XYZ 16.88 8.34 20.12 -
YUV 62.35 163.36 192.66 -
System Red Green Blue C M Y K H S L
Decimal 153 4 125 0 0.97 0.18 0.4 311.28 0.95 0.31
Hex 99 4 7D 0 61 12 28 137 5F 1F
Octal 231 4 175 0 141 22 50 467 137 37
Binary 10011001 100 1111101 0 1100001 10010 101000 100110111 1011111 11111

Color Harmonies of #99047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99047D

Black with #99047D

Text Example


Text Example

White with #99047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99047D; }

 p { color: rgb(153,4,125); }

 H1.HeaderClassName
 {
   color: #99047D;
 }
 .AnyTagClassName
 {
   color: #99047D;
 }
</style>

background-color css

<style>
 a { background-color: #99047D; }

 a { background-color: rgb(153,4,125); }

 div.DivClassName
 {
   background-color: #99047D;
 }
 .BgClassName
 {
   background-color: #99047D;
 }
</style>

border-color css

<style>
 span { border-color: #99047D; }

 span { border-color: rgb(153,4,125); }

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