#982980

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

Shades of Dark Purple #982980

Tints of Dark Purple #982980

Color information

#982980 (or 0x982980) is unknown color: approx Dark Purple. HEX triplet: 98, 29 and 80. RGB value is (152,41,128). Sum of RGB (Red+Green+Blue) = 152+41+128=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #982980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982980 is #67D67F. Grayscale: #535353. Windows color (decimal): -6805120 or 8399256. OLE color: 8399256.

HSL color Cylindrical-coordinate representation of color #982980: hue angle of 312.97º 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 #982980 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB15241128-
CMYK00.730.160.40
HSL312.97º57.51%37.84%-
HSV(B)312.97º73.03%59.61%-
XYZ17.649.8221.39-
YUV84.11152.77176.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 41 (16.41% from 255) = 12.77%
BLUE value IS 128 (50.39% from 255) = 39.88%
R=47.35%
G=12.77%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524112800.730.160.40312.9757.5137.84
Hex98298004910281393a26
Octal23051200011120504717246
Binary10011000101001100000000100100110000101000100111001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982980; }

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

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

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

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

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

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

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

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