#991773

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

Shades of Dark Purple #991773

Tints of Dark Purple #991773

Color information

#991773 (or 0x991773) is unknown color: approx Dark Purple. HEX triplet: 99, 17 and 73. RGB value is (153,23,115). Sum of RGB (Red+Green+Blue) = 153+23+115=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #991773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991773 is #66E88C. Grayscale: #484848. Windows color (decimal): -6744205 or 7542681. OLE color: 7542681.

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

Color convert

RGB15323115-
CMYK00.850.250.4
HSL317.54º73.86%34.51%-
HSV(B)317.54º84.97%60%-
XYZ16.548.6217.01-
YUV72.36152.07185.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 23 (9.38% from 255) = 7.90%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=52.58%
G=7.90%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532311500.850.250.4317.5473.8634.51
Hex991773055192813e4a23
Octal231271630125315047611243
Binary1001100110111111001101010101110011010001001111101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991773; }

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

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

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

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

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

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

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

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