#983979

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

Shades of Dark Purple #983979

Tints of Dark Purple #983979

Color information

#983979 (or 0x983979) is unknown color: approx Dark Purple. HEX triplet: 98, 39 and 79. RGB value is (152,57,121). Sum of RGB (Red+Green+Blue) = 152+57+121=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #983979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983979 is #67C686. Grayscale: #5C5C5C. Windows color (decimal): -6801031 or 7944600. OLE color: 7944600.

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

Color convert

RGB15257121-
CMYK00.620.200.40
HSL319.58º45.45%40.98%-
HSV(B)319.58º62.5%59.61%-
XYZ17.8610.9819.27-
YUV92.7143.97170.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.06%
GREEN value IS 57 (22.66% from 255) = 17.27%
BLUE value IS 121 (47.66% from 255) = 36.67%
R=46.06%
G=17.27%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525712100.620.200.40319.5845.4540.98
Hex98397903E14281402d29
Octal2307117107624505005551
Binary100110001110011111001011111010100101000101000000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983979; }

 p { color: rgb(152,57,121); }

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

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

 a { background-color: rgb(152,57,121); }

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

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

 span { border-color: rgb(152,57,121); }

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