#991B7F

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

Shades of Dark Purple #991B7F

Tints of Dark Purple #991B7F

Color information

#991B7F (or 0x991B7F) is unknown color: approx Dark Purple. HEX triplet: 99, 1B and 7F. RGB value is (153,27,127). Sum of RGB (Red+Green+Blue) = 153+27+127=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #991B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991B7F is #66E480. Grayscale: #4B4B4B. Windows color (decimal): -6743169 or 8330137. OLE color: 8330137.

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

Color convert

RGB15327127-
CMYK00.820.170.4
HSL312.38º70%35.29%-
HSV(B)312.38º82.35%60%-
XYZ17.369.0920.92-
YUV76.07156.74182.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 27 (10.94% from 255) = 8.79%
BLUE value IS 127 (50% from 255) = 41.37%
R=49.84%
G=8.79%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532712700.820.170.4312.387035.29
Hex991B7F05211281384623
Octal231331770122215047010643
Binary1001100111011111111101010010100011010001001110001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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