#99037E

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

Shades of Dark Magenta #99037E

Tints of Dark Magenta #99037E

Color information

#99037E (or 0x99037E) is unknown color: approx Dark Magenta. HEX triplet: 99, 03 and 7E. RGB value is (153,3,126). Sum of RGB (Red+Green+Blue) = 153+3+126=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #99037E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99037E is #66FC81. Grayscale: #3D3D3D. Windows color (decimal): -6749314 or 8258457. OLE color: 8258457.

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

Color convert

RGB1533126-
CMYK00.980.180.4
HSL310.8º96.15%30.59%-
HSV(B)310.8º98.04%60%-
XYZ16.948.3420.46-
YUV61.87164.2193-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.26%
GREEN value IS 3 (1.56% from 255) = 1.06%
BLUE value IS 126 (49.61% from 255) = 44.68%
R=54.26%
G=1.06%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153312600.980.180.4310.896.1530.59
Hex9937E0621228137601f
Octal23131760142225046714037
Binary100110011111111100110001010010101000100110111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99037E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99037E; }

 p { color: rgb(153,3,126); }

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

<style>
 a { background-color: #99037E; }

 a { background-color: rgb(153,3,126); }

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

<style>
 span { border-color: #99037E; }

 span { border-color: rgb(153,3,126); }

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