#983080

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

Shades of Dark Purple #983080

Tints of Dark Purple #983080

Color information

#983080 (or 0x983080) is unknown color: approx Dark Purple. HEX triplet: 98, 30 and 80. RGB value is (152,48,128). Sum of RGB (Red+Green+Blue) = 152+48+128=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #983080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983080 is #67CF7F. Grayscale: #585858. Windows color (decimal): -6803328 or 8401048. OLE color: 8401048.

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

Color convert

RGB15248128-
CMYK00.680.160.40
HSL313.85º52%39.22%-
HSV(B)313.85º68.42%59.61%-
XYZ17.910.3521.48-
YUV88.22150.46173.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 48 (19.14% from 255) = 14.63%
BLUE value IS 128 (50.39% from 255) = 39.02%
R=46.34%
G=14.63%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524812800.680.160.40313.855239.22
Hex983080044102813a3427
Octal23060200010420504726447
Binary10011000110000100000000100010010000101000100111010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983080; }

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

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

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

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

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

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

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

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