#991884

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

Shades of Dark Purple #991884

Tints of Dark Purple #991884

Color information

#991884 (or 0x991884) is unknown color: approx Dark Purple. HEX triplet: 99, 18 and 84. RGB value is (153,24,132). Sum of RGB (Red+Green+Blue) = 153+24+132=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #991884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991884 is #66E77B. Grayscale: #4A4A4A. Windows color (decimal): -6743932 or 8657049. OLE color: 8657049.

HSL color Cylindrical-coordinate representation of color #991884: hue angle of 309.77º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991884 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB15324132-
CMYK00.840.140.4
HSL309.77º72.88%34.71%-
HSV(B)309.77º84.31%60%-
XYZ17.639.0922.66-
YUV74.88160.24183.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.51%
GREEN value IS 24 (9.77% from 255) = 7.77%
BLUE value IS 132 (51.95% from 255) = 42.72%
R=49.51%
G=7.77%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532413200.840.140.4309.7772.8834.71
Hex991884054E281364923
Octal231302040124165046611143
Binary1001100111000100001000101010011101010001001101101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991884; }

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

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

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

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

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

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

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

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