#982480

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

Shades of Dark Purple #982480

Tints of Dark Purple #982480

Color information

#982480 (or 0x982480) is unknown color: approx Dark Purple. HEX triplet: 98, 24 and 80. RGB value is (152,36,128). Sum of RGB (Red+Green+Blue) = 152+36+128=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #982480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982480 is #67DB7F. Grayscale: #505050. Windows color (decimal): -6806400 or 8397976. OLE color: 8397976.

HSL color Cylindrical-coordinate representation of color #982480: hue angle of 312.41º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982480 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB15236128-
CMYK00.760.160.40
HSL312.41º61.7%36.86%-
HSV(B)312.41º76.32%59.61%-
XYZ17.489.521.33-
YUV81.17154.43178.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 36 (14.45% from 255) = 11.39%
BLUE value IS 128 (50.39% from 255) = 40.51%
R=48.10%
G=11.39%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523612800.760.160.40312.4161.736.86
Hex98248004C10281383e25
Octal23044200011420504707645
Binary10011000100100100000000100110010000101000100111000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982480; }

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

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

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

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

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

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

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

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