#99057D

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

Shades of Dark Magenta #99057D

Tints of Dark Magenta #99057D

Color information

#99057D (or 0x99057D) is unknown color: approx Dark Magenta. HEX triplet: 99, 05 and 7D. RGB value is (153,5,125). Sum of RGB (Red+Green+Blue) = 153+5+125=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #99057D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99057D is #66FA82. Grayscale: #3E3E3E. Windows color (decimal): -6748803 or 8193433. OLE color: 8193433.

HSL color Cylindrical-coordinate representation of color #99057D: hue angle of 311.35º degrees, saturation: 0.94, 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 #99057D is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB1535125-
CMYK00.970.180.4
HSL311.35º93.67%30.98%-
HSV(B)311.35º96.73%60%-
XYZ16.898.3620.13-
YUV62.93163.03192.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.06%
GREEN value IS 5 (2.34% from 255) = 1.77%
BLUE value IS 125 (49.22% from 255) = 44.17%
R=54.06%
G=1.77%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153512500.970.180.4311.3593.6730.98
Hex9957D06112281375e1f
Octal23151750141225046713637
Binary1001100110111111010110000110010101000100110111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99057D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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