#991592

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

Shades of Dark Magenta #991592

Tints of Dark Magenta #991592

Color information

#991592 (or 0x991592) is unknown color: approx Dark Magenta. HEX triplet: 99, 15 and 92. RGB value is (153,21,146). Sum of RGB (Red+Green+Blue) = 153+21+146=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #991592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991592 is #66EA6D. Grayscale: #4A4A4A. Windows color (decimal): -6744686 or 9573785. OLE color: 9573785.

HSL color Cylindrical-coordinate representation of color #991592: hue angle of 303.18º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991592 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB15321146-
CMYK00.860.050.4
HSL303.18º75.86%34.12%-
HSV(B)303.18º86.27%60%-
XYZ18.599.3828.03-
YUV74.72168.23183.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 21 (8.59% from 255) = 6.56%
BLUE value IS 146 (57.42% from 255) = 45.62%
R=47.81%
G=6.56%
B=45.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532114600.860.050.4303.1875.8634.12
Hex99159205652812f4c22
Octal23125222012655045711442
Binary100110011010110010010010101101011010001001011111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991592; }

 p { color: rgb(153,21,146); }

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

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

 a { background-color: rgb(153,21,146); }

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

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

 span { border-color: rgb(153,21,146); }

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