#991984

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

Shades of Dark Purple #991984

Tints of Dark Purple #991984

Color information

#991984 (or 0x991984) is unknown color: approx Dark Purple. HEX triplet: 99, 19 and 84. RGB value is (153,25,132). Sum of RGB (Red+Green+Blue) = 153+25+132=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #991984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991984 is #66E67B. Grayscale: #4B4B4B. Windows color (decimal): -6743676 or 8657305. OLE color: 8657305.

HSL color Cylindrical-coordinate representation of color #991984: hue angle of 309.84º degrees, saturation: 0.72, 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 #991984 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB15325132-
CMYK00.840.140.4
HSL309.84º71.91%34.9%-
HSV(B)309.84º83.66%60%-
XYZ17.659.1322.66-
YUV75.47159.91183.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.35%
GREEN value IS 25 (10.16% from 255) = 8.06%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=49.35%
G=8.06%
B=42.58%

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
Decimal1532513200.840.140.4309.8471.9134.9
Hex991984054E281364823
Octal231312040124165046611043
Binary1001100111001100001000101010011101010001001101101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991984; }

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

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

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

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

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

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

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

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