#991282

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

Shades of Dark Purple #991282

Tints of Dark Purple #991282

Color information

#991282 (or 0x991282) is unknown color: approx Dark Purple. HEX triplet: 99, 12 and 82. RGB value is (153,18,130). Sum of RGB (Red+Green+Blue) = 153+18+130=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #991282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991282 is #66ED7D. Grayscale: #464646. Windows color (decimal): -6745470 or 8524441. OLE color: 8524441.

HSL color Cylindrical-coordinate representation of color #991282: hue angle of 310.22º degrees, saturation: 0.79, 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 #991282 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB15318130-
CMYK00.880.150.4
HSL310.22º78.95%33.53%-
HSV(B)310.22º88.24%60%-
XYZ17.388.8221.9-
YUV71.13161.23186.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 18 (7.42% from 255) = 5.98%
BLUE value IS 130 (51.17% from 255) = 43.19%
R=50.83%
G=5.98%
B=43.19%

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
Decimal1531813000.880.150.4310.2278.9533.53
Hex991282058F281364f22
Octal231222020130175046611742
Binary1001100110010100000100101100011111010001001101101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991282; }

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

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

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

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

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

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

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

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