#984F79

Color #984F79 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #984F79

Tints of Strikemaster #984F79

Color information

#984F79 (or 0x984F79) is unknown color: approx Strikemaster. HEX triplet: 98, 4F and 79. RGB value is (152,79,121). Sum of RGB (Red+Green+Blue) = 152+79+121=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #984F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984F79 is #67B086. Grayscale: #696969. Windows color (decimal): -6795399 or 7950232. OLE color: 7950232.

HSL color Cylindrical-coordinate representation of color #984F79: hue angle of 325.48º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #984F79 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15279121-
CMYK00.480.200.40
HSL325.48º31.6%45.29%-
HSV(B)325.48º48.03%59.61%-
XYZ19.213.6519.71-
YUV105.62136.68161.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.18%
GREEN value IS 79 (31.25% from 255) = 22.44%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=43.18%
G=22.44%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527912100.480.200.40325.4831.645.29
Hex984F790301428145202d
Octal23011717106024505054055
Binary1001100010011111111001011000010100101000101000101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984F79; }

 p { color: rgb(152,79,121); }

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

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

 a { background-color: rgb(152,79,121); }

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

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

 span { border-color: rgb(152,79,121); }

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