#990F82

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

Shades of Dark Purple #990F82

Tints of Dark Purple #990F82

Color information

#990F82 (or 0x990F82) is unknown color: approx Dark Purple. HEX triplet: 99, 0F and 82. RGB value is (153,15,130). Sum of RGB (Red+Green+Blue) = 153+15+130=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #990F82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990F82 is #66F07D. Grayscale: #454545. Windows color (decimal): -6746238 or 8523673. OLE color: 8523673.

HSL color Cylindrical-coordinate representation of color #990F82: hue angle of 310º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F82 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB15315130-
CMYK00.900.150.4
HSL310º82.14%32.94%-
HSV(B)310º90.2%60%-
XYZ17.348.7321.89-
YUV69.37162.22187.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.34%
GREEN value IS 15 (6.25% from 255) = 5.03%
BLUE value IS 130 (51.17% from 255) = 43.62%
R=51.34%
G=5.03%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531513000.900.150.431082.1432.94
Hex99F8205AF281365221
Octal231172020132175046612241
Binary100110011111100000100101101011111010001001101101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990F82; }

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

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

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

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

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

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

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

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