#991A73

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

Shades of Dark Purple #991A73

Tints of Dark Purple #991A73

Color information

#991A73 (or 0x991A73) is unknown color: approx Dark Purple. HEX triplet: 99, 1A and 73. RGB value is (153,26,115). Sum of RGB (Red+Green+Blue) = 153+26+115=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #991A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991A73 is #66E58C. Grayscale: #494949. Windows color (decimal): -6743437 or 7543449. OLE color: 7543449.

HSL color Cylindrical-coordinate representation of color #991A73: hue angle of 317.95º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #991A73 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB15326115-
CMYK00.830.250.4
HSL317.95º70.95%35.1%-
HSV(B)317.95º83.01%60%-
XYZ16.68.7517.03-
YUV74.12151.08184.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.04%
GREEN value IS 26 (10.55% from 255) = 8.84%
BLUE value IS 115 (45.31% from 255) = 39.12%
R=52.04%
G=8.84%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532611500.830.250.4317.9570.9535.1
Hex991A73053192813e4723
Octal231321630123315047610743
Binary1001100111010111001101010011110011010001001111101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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