#991D85

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

Shades of Dark Purple #991D85

Tints of Dark Purple #991D85

Color information

#991D85 (or 0x991D85) is unknown color: approx Dark Purple. HEX triplet: 99, 1D and 85. RGB value is (153,29,133). Sum of RGB (Red+Green+Blue) = 153+29+133=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #991D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991D85 is #66E27A. Grayscale: #4D4D4D. Windows color (decimal): -6742651 or 8723865. OLE color: 8723865.

HSL color Cylindrical-coordinate representation of color #991D85: hue angle of 309.68º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991D85 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB15329133-
CMYK00.810.130.4
HSL309.68º68.13%35.69%-
HSV(B)309.68º81.05%60%-
XYZ17.819.3423.06-
YUV77.93159.08181.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 29 (11.72% from 255) = 9.21%
BLUE value IS 133 (52.34% from 255) = 42.22%
R=48.57%
G=9.21%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532913300.810.130.4309.6868.1335.69
Hex991D85051D281364424
Octal231352050121155046610444
Binary1001100111101100001010101000111011010001001101101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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