#991aa8

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

Shades of Dark Magenta #991AA8

Tints of Dark Magenta #991AA8

Color information

#991AA8 (or 0x991AA8) is unknown color: approx Dark Magenta. HEX triplet: 99, 1A and A8. RGB value is (153,26,168). Sum of RGB (Red+Green+Blue) = 153+26+168=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 168 - color contains mainly: blue. Hex color #991AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991AA8 is #66E557. Grayscale: #4F4F4F. Windows color (decimal): -6743384 or 11016857. OLE color: 11016857.

HSL color Cylindrical-coordinate representation of color #991AA8: hue angle of 293.66º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #991AA8 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15326168-
CMYK0.090.8500.34
HSL293.66º73.2%38.04%-
HSV(B)293.66º84.52%65.88%-
XYZ20.5710.3437.96-
YUV80.16177.58179.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 26 (10.55% from 255) = 7.49%
BLUE value IS 168 (66.02% from 255) = 48.41%
R=44.09%
G=7.49%
B=48.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal153261680.090.8500.34293.6673.238.04
Hex991AA89550221264926
Octal231322501112504244611146
Binary1001100111010101010001001101010101000101001001101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991aa8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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