#99048E

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

Shades of Dark Magenta #99048E

Tints of Dark Magenta #99048E

Color information

#99048E (or 0x99048E) is unknown color: approx Dark Magenta. HEX triplet: 99, 04 and 8E. RGB value is (153,4,142). Sum of RGB (Red+Green+Blue) = 153+4+142=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99048E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99048E is #66FB71. Grayscale: #3F3F3F. Windows color (decimal): -6749042 or 9307289. OLE color: 9307289.

HSL color Cylindrical-coordinate representation of color #99048E: hue angle of 304.43º 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 #99048E is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB1534142-
CMYK00.970.070.4
HSL304.43º94.9%30.78%-
HSV(B)304.43º97.39%60%-
XYZ18.068.8126.34-
YUV64.28171.86191.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.17%
GREEN value IS 4 (1.95% from 255) = 1.34%
BLUE value IS 142 (55.86% from 255) = 47.49%
R=51.17%
G=1.34%
B=47.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153414200.970.070.4304.4394.930.78
Hex9948E0617281305f1f
Octal2314216014175046013737
Binary100110011001000111001100001111101000100110000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99048E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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