#991382

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

Shades of Dark Purple #991382

Tints of Dark Purple #991382

Color information

#991382 (or 0x991382) is unknown color: approx Dark Purple. HEX triplet: 99, 13 and 82. RGB value is (153,19,130). Sum of RGB (Red+Green+Blue) = 153+19+130=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #991382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991382 is #66EC7D. Grayscale: #474747. Windows color (decimal): -6745214 or 8524697. OLE color: 8524697.

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

Color convert

RGB15319130-
CMYK00.880.150.4
HSL310.3º77.91%33.73%-
HSV(B)310.3º87.58%60%-
XYZ17.48.8521.91-
YUV71.72160.89185.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.66%
GREEN value IS 19 (7.81% from 255) = 6.29%
BLUE value IS 130 (51.17% from 255) = 43.05%
R=50.66%
G=6.29%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531913000.880.150.4310.377.9133.73
Hex991382058F281364e22
Octal231232020130175046611642
Binary1001100110011100000100101100011111010001001101101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991382; }

 p { color: rgb(153,19,130); }

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

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

 a { background-color: rgb(153,19,130); }

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

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

 span { border-color: rgb(153,19,130); }

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