#982990

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

Shades of Dark Purple #982990

Tints of Dark Purple #982990

Color information

#982990 (or 0x982990) is unknown color: approx Dark Purple. HEX triplet: 98, 29 and 90. RGB value is (152,41,144). Sum of RGB (Red+Green+Blue) = 152+41+144=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #982990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982990 is #67D66F. Grayscale: #555555. Windows color (decimal): -6805104 or 9447832. OLE color: 9447832.

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

Color convert

RGB15241144-
CMYK00.730.050.40
HSL304.32º57.51%37.84%-
HSV(B)304.32º73.03%59.61%-
XYZ18.7810.2727.38-
YUV85.93160.77175.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 41 (16.41% from 255) = 12.17%
BLUE value IS 144 (56.64% from 255) = 42.73%
R=45.10%
G=12.17%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524114400.730.050.40304.3257.5137.84
Hex9829900495281303a26
Octal2305122001115504607246
Binary100110001010011001000001001001101101000100110000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982990; }

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

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

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

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

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

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

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

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