#982f8d

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

Shades of Dark Purple #982F8D

Tints of Dark Purple #982F8D

Color information

#982F8D (or 0x982F8D) is unknown color: approx Dark Purple. HEX triplet: 98, 2F and 8D. RGB value is (152,47,141). Sum of RGB (Red+Green+Blue) = 152+47+141=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #982F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982F8D is #67D072. Grayscale: #585858. Windows color (decimal): -6803571 or 9252760. OLE color: 9252760.

HSL color Cylindrical-coordinate representation of color #982F8D: hue angle of 306.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #982F8D is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15247141-
CMYK00.690.070.40
HSL306.29º52.76%39.02%-
HSV(B)306.29º69.08%59.61%-
XYZ18.7710.6326.26-
YUV89.11157.29172.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 47 (18.75% from 255) = 13.82%
BLUE value IS 141 (55.47% from 255) = 41.47%
R=44.71%
G=13.82%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524714100.690.070.40306.2952.7639.02
Hex982F8D0457281323527
Octal2305721501057504626547
Binary100110001011111000110101000101111101000100110010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982f8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982f8d; }

 p { color: rgb(152,47,141); }

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

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

 a { background-color: rgb(152,47,141); }

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

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

 span { border-color: rgb(152,47,141); }

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