#991A80

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

Shades of Dark Purple #991A80

Tints of Dark Purple #991A80

Color information

#991A80 (or 0x991A80) is unknown color: approx Dark Purple. HEX triplet: 99, 1A and 80. RGB value is (153,26,128). Sum of RGB (Red+Green+Blue) = 153+26+128=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #991A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991A80 is #66E57F. Grayscale: #4B4B4B. Windows color (decimal): -6743424 or 8395417. OLE color: 8395417.

HSL color Cylindrical-coordinate representation of color #991A80: hue angle of 311.81º 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 #991A80 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB15326128-
CMYK00.830.160.4
HSL311.81º70.95%35.1%-
HSV(B)311.81º83.01%60%-
XYZ17.49.0721.26-
YUV75.6157.58183.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 26 (10.55% from 255) = 8.47%
BLUE value IS 128 (50.39% from 255) = 41.69%
R=49.84%
G=8.47%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532612800.830.160.4311.8170.9535.1
Hex991A8005310281384723
Octal231322000123205047010743
Binary10011001110101000000001010011100001010001001110001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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