#991385

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

Shades of Dark Purple #991385

Tints of Dark Purple #991385

Color information

#991385 (or 0x991385) is unknown color: approx Dark Purple. HEX triplet: 99, 13 and 85. RGB value is (153,19,133). Sum of RGB (Red+Green+Blue) = 153+19+133=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #991385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991385 is #66EC7A. Grayscale: #474747. Windows color (decimal): -6745211 or 8721305. OLE color: 8721305.

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

Color convert

RGB15319133-
CMYK00.880.130.4
HSL308.96º77.91%33.73%-
HSV(B)308.96º87.58%60%-
XYZ17.68.9322.99-
YUV72.06162.39185.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.16%
GREEN value IS 19 (7.81% from 255) = 6.23%
BLUE value IS 133 (52.34% from 255) = 43.61%
R=50.16%
G=6.23%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531913300.880.130.4308.9677.9133.73
Hex991385058D281354e22
Octal231232050130155046511642
Binary1001100110011100001010101100011011010001001101011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991385; }

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

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

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

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

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

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

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

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