#982986

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

Shades of Dark Purple #982986

Tints of Dark Purple #982986

Color information

#982986 (or 0x982986) is unknown color: approx Dark Purple. HEX triplet: 98, 29 and 86. RGB value is (152,41,134). Sum of RGB (Red+Green+Blue) = 152+41+134=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #982986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982986 is #67D679. Grayscale: #545454. Windows color (decimal): -6805114 or 8792472. OLE color: 8792472.

HSL color Cylindrical-coordinate representation of color #982986: hue angle of 309.73º 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 #982986 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB15241134-
CMYK00.730.120.40
HSL309.73º57.51%37.84%-
HSV(B)309.73º73.03%59.61%-
XYZ18.049.9823.53-
YUV84.79155.77175.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 41 (16.41% from 255) = 12.54%
BLUE value IS 134 (52.73% from 255) = 40.98%
R=46.48%
G=12.54%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524113400.730.120.40309.7357.5137.84
Hex982986049C281363a26
Octal23051206011114504667246
Binary1001100010100110000110010010011100101000100110110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982986; }

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

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

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

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

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

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

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

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