#991387

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

Shades of Dark Purple #991387

Tints of Dark Purple #991387

Color information

#991387 (or 0x991387) is unknown color: approx Dark Purple. HEX triplet: 99, 13 and 87. RGB value is (153,19,135). Sum of RGB (Red+Green+Blue) = 153+19+135=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #991387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991387 is #66EC78. Grayscale: #474747. Windows color (decimal): -6745209 or 8852377. OLE color: 8852377.

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

Color convert

RGB15319135-
CMYK00.880.120.4
HSL308.06º77.91%33.73%-
HSV(B)308.06º87.58%60%-
XYZ17.748.9923.72-
YUV72.29163.39185.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 19 (7.81% from 255) = 6.19%
BLUE value IS 135 (53.12% from 255) = 43.97%
R=49.84%
G=6.19%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531913500.880.120.4308.0677.9133.73
Hex991387058C281344e22
Octal231232070130145046411642
Binary1001100110011100001110101100011001010001001101001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991387; }

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

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

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

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

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

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

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

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