#982987

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

Shades of Dark Purple #982987

Tints of Dark Purple #982987

Color information

#982987 (or 0x982987) is unknown color: approx Dark Purple. HEX triplet: 98, 29 and 87. RGB value is (152,41,135). Sum of RGB (Red+Green+Blue) = 152+41+135=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #982987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982987 is #67D678. Grayscale: #545454. Windows color (decimal): -6805113 or 8858008. OLE color: 8858008.

HSL color Cylindrical-coordinate representation of color #982987: hue angle of 309.19º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #982987 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB15241135-
CMYK00.730.110.40
HSL309.19º57.51%37.84%-
HSV(B)309.19º73.03%59.61%-
XYZ18.1210.0123.9-
YUV84.9156.27175.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 41 (16.41% from 255) = 12.5%
BLUE value IS 135 (53.12% from 255) = 41.16%
R=46.34%
G=12.5%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524113500.730.110.40309.1957.5137.84
Hex982987049B281353a26
Octal23051207011113504657246
Binary1001100010100110000111010010011011101000100110101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982987; }

 p { color: rgb(152,41,135); }

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

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

 a { background-color: rgb(152,41,135); }

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

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

 span { border-color: rgb(152,41,135); }

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