#983F83

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

Shades of Dark Purple #983F83

Tints of Dark Purple #983F83

Color information

#983F83 (or 0x983F83) is unknown color: approx Dark Purple. HEX triplet: 98, 3F and 83. RGB value is (152,63,131). Sum of RGB (Red+Green+Blue) = 152+63+131=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #983F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983F83 is #67C07C. Grayscale: #616161. Windows color (decimal): -6799485 or 8601496. OLE color: 8601496.

HSL color Cylindrical-coordinate representation of color #983F83: hue angle of 314.16º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #983F83 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB15263131-
CMYK00.590.140.40
HSL314.16º41.4%42.16%-
HSV(B)314.16º58.55%59.61%-
XYZ18.8211.8722.77-
YUV97.36146.99166.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.93%
GREEN value IS 63 (25% from 255) = 18.21%
BLUE value IS 131 (51.56% from 255) = 37.86%
R=43.93%
G=18.21%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526313100.590.140.40314.1641.442.16
Hex983F8303BE2813a292a
Octal2307720307316504725152
Binary100110001111111000001101110111110101000100111010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983F83; }

 p { color: rgb(152,63,131); }

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

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

 a { background-color: rgb(152,63,131); }

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

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

 span { border-color: rgb(152,63,131); }

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