#991E85

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

Shades of Dark Purple #991E85

Tints of Dark Purple #991E85

Color information

#991E85 (or 0x991E85) is unknown color: approx Dark Purple. HEX triplet: 99, 1E and 85. RGB value is (153,30,133). Sum of RGB (Red+Green+Blue) = 153+30+133=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #991E85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991E85 is #66E17A. Grayscale: #4E4E4E. Windows color (decimal): -6742395 or 8724121. OLE color: 8724121.

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

Color convert

RGB15330133-
CMYK00.800.130.4
HSL309.76º67.21%35.88%-
HSV(B)309.76º80.39%60%-
XYZ17.839.3923.06-
YUV78.52158.75181.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.42%
GREEN value IS 30 (12.11% from 255) = 9.49%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=48.42%
G=9.49%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533013300.800.130.4309.7667.2135.88
Hex991E85050D281364324
Octal231362050120155046610344
Binary1001100111110100001010101000011011010001001101101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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