#991486

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

Shades of Dark Purple #991486

Tints of Dark Purple #991486

Color information

#991486 (or 0x991486) is unknown color: approx Dark Purple. HEX triplet: 99, 14 and 86. RGB value is (153,20,134). Sum of RGB (Red+Green+Blue) = 153+20+134=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #991486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991486 is #66EB79. Grayscale: #484848. Windows color (decimal): -6744954 or 8787097. OLE color: 8787097.

HSL color Cylindrical-coordinate representation of color #991486: hue angle of 308.57º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #991486 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB15320134-
CMYK00.870.120.4
HSL308.57º76.88%33.92%-
HSV(B)308.57º86.93%60%-
XYZ17.698.9923.36-
YUV72.76162.56185.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 20 (8.20% from 255) = 6.51%
BLUE value IS 134 (52.73% from 255) = 43.65%
R=49.84%
G=6.51%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532013400.870.120.4308.5776.8833.92
Hex991486057C281354d22
Octal231242060127145046511542
Binary1001100110100100001100101011111001010001001101011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991486; }

 p { color: rgb(153,20,134); }

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

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

 a { background-color: rgb(153,20,134); }

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

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

 span { border-color: rgb(153,20,134); }

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