#99079F

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

Shades of Dark Magenta #99079F

Tints of Dark Magenta #99079F

Color information

#99079F (or 0x99079F) is unknown color: approx Dark Magenta. HEX triplet: 99, 07 and 9F. RGB value is (153,7,159). Sum of RGB (Red+Green+Blue) = 153+7+159=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #99079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99079F is #66F860. Grayscale: #434343. Windows color (decimal): -6748257 or 10422169. OLE color: 10422169.

HSL color Cylindrical-coordinate representation of color #99079F: hue angle of 297.63º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99079F is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1537159-
CMYK0.040.9600.38
HSL297.63º91.57%32.55%-
HSV(B)297.63º95.6%62.35%-
XYZ19.479.4333.59-
YUV67.98179.37188.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.96%
GREEN value IS 7 (3.12% from 255) = 2.19%
BLUE value IS 159 (62.5% from 255) = 49.84%
R=47.96%
G=2.19%
B=49.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15371590.040.9600.38297.6391.5732.55
Hex9979F46002612a5c21
Octal2317237414004645213441
Binary1001100111110011111100110000001001101001010101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99079F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99079F; }

 p { color: rgb(153,7,159); }

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

<style>
 a { background-color: #99079F; }

 a { background-color: rgb(153,7,159); }

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

<style>
 span { border-color: #99079F; }

 span { border-color: rgb(153,7,159); }

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