#991376

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

Shades of Dark Purple #991376

Tints of Dark Purple #991376

Color information

#991376 (or 0x991376) is unknown color: approx Dark Purple. HEX triplet: 99, 13 and 76. RGB value is (153,19,118). Sum of RGB (Red+Green+Blue) = 153+19+118=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #991376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991376 is #66EC89. Grayscale: #464646. Windows color (decimal): -6745226 or 7738265. OLE color: 7738265.

HSL color Cylindrical-coordinate representation of color #991376: hue angle of 315.67º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991376 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB15319118-
CMYK00.880.230.4
HSL315.67º77.91%33.73%-
HSV(B)315.67º87.58%60%-
XYZ16.648.5517.91-
YUV70.35154.89186.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.76%
GREEN value IS 19 (7.81% from 255) = 6.55%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=52.76%
G=6.55%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531911800.880.230.4315.6777.9133.73
Hex991376058172813c4e22
Octal231231660130275047411642
Binary1001100110011111011001011000101111010001001111001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991376; }

 p { color: rgb(153,19,118); }

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

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

 a { background-color: rgb(153,19,118); }

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

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

 span { border-color: rgb(153,19,118); }

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