#991AA2

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

Shades of Dark Magenta #991AA2

Tints of Dark Magenta #991AA2

Color information

#991AA2 (or 0x991AA2) is unknown color: approx Dark Magenta. HEX triplet: 99, 1A and A2. RGB value is (153,26,162). Sum of RGB (Red+Green+Blue) = 153+26+162=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 162 - color contains mainly: blue. Hex color #991AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991AA2 is #66E55D. Grayscale: #4F4F4F. Windows color (decimal): -6743390 or 10623641. OLE color: 10623641.

HSL color Cylindrical-coordinate representation of color #991AA2: hue angle of 296.03º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991AA2 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15326162-
CMYK0.060.8400.36
HSL296.03º72.34%36.86%-
HSV(B)296.03º83.95%63.53%-
XYZ20.0310.1235.08-
YUV79.48174.58180.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 26 (10.55% from 255) = 7.62%
BLUE value IS 162 (63.67% from 255) = 47.51%
R=44.87%
G=7.62%
B=47.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153261620.060.8400.36296.0372.3436.86
Hex991AA26540241284825
Octal23132242612404445011045
Binary100110011101010100010110101010001001001001010001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991AA2; }

 p { color: rgb(153,26,162); }

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

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

 a { background-color: rgb(153,26,162); }

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

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

 span { border-color: rgb(153,26,162); }

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