#99059A

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

Shades of Dark Magenta #99059A

Tints of Dark Magenta #99059A

Color information

#99059A (or 0x99059A) is unknown color: approx Dark Magenta. HEX triplet: 99, 05 and 9A. RGB value is (153,5,154). Sum of RGB (Red+Green+Blue) = 153+5+154=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #99059A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99059A is #66FA65. Grayscale: #414141. Windows color (decimal): -6748774 or 10093977. OLE color: 10093977.

HSL color Cylindrical-coordinate representation of color #99059A: hue angle of 299.6º 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 #99059A is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1535154-
CMYK0.010.9700.40
HSL299.6º93.71%31.18%-
HSV(B)299.6º96.75%60.39%-
XYZ19.029.2131.35-
YUV66.24177.53189.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.04%
GREEN value IS 5 (2.34% from 255) = 1.60%
BLUE value IS 154 (60.55% from 255) = 49.36%
R=49.04%
G=1.60%
B=49.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15351540.010.9700.40299.693.7131.18
Hex9959A16102812c5e1f
Octal2315232114105045413637
Binary1001100110110011010111000010101000100101100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99059A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99059A; }

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

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

<style>
 a { background-color: #99059A; }

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

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

<style>
 span { border-color: #99059A; }

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

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