#991E84

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

Shades of Dark Purple #991E84

Tints of Dark Purple #991E84

Color information

#991E84 (or 0x991E84) is unknown color: approx Dark Purple. HEX triplet: 99, 1E and 84. RGB value is (153,30,132). Sum of RGB (Red+Green+Blue) = 153+30+132=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #991E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991E84 is #66E17B. Grayscale: #4E4E4E. Windows color (decimal): -6742396 or 8658585. OLE color: 8658585.

HSL color Cylindrical-coordinate representation of color #991E84: hue angle of 310.24º 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 #991E84 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB15330132-
CMYK00.800.140.4
HSL310.24º67.21%35.88%-
HSV(B)310.24º80.39%60%-
XYZ17.779.3722.7-
YUV78.4158.25181.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 30 (12.11% from 255) = 9.52%
BLUE value IS 132 (51.95% from 255) = 41.90%
R=48.57%
G=9.52%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533013200.800.140.4310.2467.2135.88
Hex991E84050E281364324
Octal231362040120165046610344
Binary1001100111110100001000101000011101010001001101101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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