#991793

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

Shades of Dark Magenta #991793

Tints of Dark Magenta #991793

Color information

#991793 (or 0x991793) is unknown color: approx Dark Magenta. HEX triplet: 99, 17 and 93. RGB value is (153,23,147). Sum of RGB (Red+Green+Blue) = 153+23+147=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #991793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991793 is #66E86C. Grayscale: #4B4B4B. Windows color (decimal): -6744173 or 9639833. OLE color: 9639833.

HSL color Cylindrical-coordinate representation of color #991793: hue angle of 302.77º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #991793 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB15323147-
CMYK00.850.040.4
HSL302.77º73.86%34.51%-
HSV(B)302.77º84.97%60%-
XYZ18.719.4928.45-
YUV76.01168.07182.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 23 (9.38% from 255) = 7.12%
BLUE value IS 147 (57.81% from 255) = 45.51%
R=47.37%
G=7.12%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532314700.850.040.4302.7773.8634.51
Hex99179305542812f4a23
Octal23127223012545045711243
Binary100110011011110010011010101011001010001001011111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991793; }

 p { color: rgb(153,23,147); }

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

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

 a { background-color: rgb(153,23,147); }

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

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

 span { border-color: rgb(153,23,147); }

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