#991794

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

Shades of Dark Magenta #991794

Tints of Dark Magenta #991794

Color information

#991794 (or 0x991794) is unknown color: approx Dark Magenta. HEX triplet: 99, 17 and 94. RGB value is (153,23,148). Sum of RGB (Red+Green+Blue) = 153+23+148=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #991794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991794 is #66E86B. Grayscale: #4B4B4B. Windows color (decimal): -6744172 or 9705369. OLE color: 9705369.

HSL color Cylindrical-coordinate representation of color #991794: hue angle of 302.31º 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 #991794 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB15323148-
CMYK00.850.030.4
HSL302.31º73.86%34.51%-
HSV(B)302.31º84.97%60%-
XYZ18.799.5228.86-
YUV76.12168.57182.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.22%
GREEN value IS 23 (9.38% from 255) = 7.10%
BLUE value IS 148 (58.20% from 255) = 45.68%
R=47.22%
G=7.10%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532314800.850.030.4302.3173.8634.51
Hex99179405532812e4a23
Octal23127224012535045611243
Binary10011001101111001010001010101111010001001011101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991794; }

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

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

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

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

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

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

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

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