#983E83

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

Shades of Dark Purple #983E83

Tints of Dark Purple #983E83

Color information

#983E83 (or 0x983E83) is unknown color: approx Dark Purple. HEX triplet: 98, 3E and 83. RGB value is (152,62,131). Sum of RGB (Red+Green+Blue) = 152+62+131=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #983E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983E83 is #67C17C. Grayscale: #606060. Windows color (decimal): -6799741 or 8601240. OLE color: 8601240.

HSL color Cylindrical-coordinate representation of color #983E83: hue angle of 314º degrees, saturation: 0.42, 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 #983E83 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB15262131-
CMYK00.590.140.40
HSL314º42.06%41.96%-
HSV(B)314º59.21%59.61%-
XYZ18.7711.7622.75-
YUV96.78147.32167.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.06%
GREEN value IS 62 (24.61% from 255) = 17.97%
BLUE value IS 131 (51.56% from 255) = 37.97%
R=44.06%
G=17.97%
B=37.97%

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
Decimal1526213100.590.140.4031442.0641.96
Hex983E8303BE2813a2a2a
Octal2307620307316504725252
Binary100110001111101000001101110111110101000100111010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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