#991A7F

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

Shades of Dark Purple #991A7F

Tints of Dark Purple #991A7F

Color information

#991A7F (or 0x991A7F) is unknown color: approx Dark Purple. HEX triplet: 99, 1A and 7F. RGB value is (153,26,127). Sum of RGB (Red+Green+Blue) = 153+26+127=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #991A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991A7F is #66E580. Grayscale: #4B4B4B. Windows color (decimal): -6743425 or 8329881. OLE color: 8329881.

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

Color convert

RGB15326127-
CMYK00.830.170.4
HSL312.28º70.95%35.1%-
HSV(B)312.28º83.01%60%-
XYZ17.349.0420.91-
YUV75.49157.08183.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 26 (10.55% from 255) = 8.50%
BLUE value IS 127 (50% from 255) = 41.50%
R=50%
G=8.50%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532612700.830.170.4312.2870.9535.1
Hex991A7F05311281384723
Octal231321770123215047010743
Binary1001100111010111111101010011100011010001001110001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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