#992980

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

Shades of Dark Purple #992980

Tints of Dark Purple #992980

Color information

#992980 (or 0x992980) is unknown color: approx Dark Purple. HEX triplet: 99, 29 and 80. RGB value is (153,41,128). Sum of RGB (Red+Green+Blue) = 153+41+128=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #992980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992980 is #66D67F. Grayscale: #545454. Windows color (decimal): -6739584 or 8399257. OLE color: 8399257.

HSL color Cylindrical-coordinate representation of color #992980: hue angle of 313.39º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992980 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB15341128-
CMYK00.730.160.4
HSL313.39º57.73%38.04%-
HSV(B)313.39º73.2%60%-
XYZ17.839.9221.4-
YUV84.41152.61176.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 41 (16.41% from 255) = 12.73%
BLUE value IS 128 (50.39% from 255) = 39.75%
R=47.52%
G=12.73%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534112800.730.160.4313.3957.7338.04
Hex99298004910281393a26
Octal23151200011120504717246
Binary10011001101001100000000100100110000101000100111001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992980; }

 p { color: rgb(153,41,128); }

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

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

 a { background-color: rgb(153,41,128); }

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

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

 span { border-color: rgb(153,41,128); }

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