#982974

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

Shades of Dark Purple #982974

Tints of Dark Purple #982974

Color information

#982974 (or 0x982974) is unknown color: approx Dark Purple. HEX triplet: 98, 29 and 74. RGB value is (152,41,116). Sum of RGB (Red+Green+Blue) = 152+41+116=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #982974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982974 is #67D68B. Grayscale: #525252. Windows color (decimal): -6805132 or 7612824. OLE color: 7612824.

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

Color convert

RGB15241116-
CMYK00.730.240.40
HSL319.46º57.51%37.84%-
HSV(B)319.46º73.03%59.61%-
XYZ16.899.5217.47-
YUV82.74146.77177.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.19%
GREEN value IS 41 (16.41% from 255) = 13.27%
BLUE value IS 116 (45.70% from 255) = 37.54%
R=49.19%
G=13.27%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524111600.730.240.40319.4657.5137.84
Hex982974049182813f3a26
Octal23051164011130504777246
Binary1001100010100111101000100100111000101000100111111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982974; }

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

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

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

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

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

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

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

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