#983E7F

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

Shades of Dark Purple #983E7F

Tints of Dark Purple #983E7F

Color information

#983E7F (or 0x983E7F) is unknown color: approx Dark Purple. HEX triplet: 98, 3E and 7F. RGB value is (152,62,127). Sum of RGB (Red+Green+Blue) = 152+62+127=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #983E7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983E7F is #67C180. Grayscale: #606060. Windows color (decimal): -6799745 or 8339096. OLE color: 8339096.

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

Color convert

RGB15262127-
CMYK00.590.160.40
HSL316.67º42.06%41.96%-
HSV(B)316.67º59.21%59.61%-
XYZ18.511.6521.35-
YUV96.32145.32167.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 62 (24.61% from 255) = 18.18%
BLUE value IS 127 (50% from 255) = 37.24%
R=44.57%
G=18.18%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526212700.590.160.40316.6742.0641.96
Hex983E7F03B102813d2a2a
Octal2307617707320504755252
Binary100110001111101111111011101110000101000100111101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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