#984E79

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

Shades of Strikemaster #984E79

Tints of Strikemaster #984E79

Color information

#984E79 (or 0x984E79) is unknown color: approx Strikemaster. HEX triplet: 98, 4E and 79. RGB value is (152,78,121). Sum of RGB (Red+Green+Blue) = 152+78+121=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #984E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E79 is #67B186. Grayscale: #686868. Windows color (decimal): -6795655 or 7949976. OLE color: 7949976.

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

Color convert

RGB15278121-
CMYK00.490.200.40
HSL325.14º32.17%45.1%-
HSV(B)325.14º48.68%59.61%-
XYZ19.1213.519.69-
YUV105.03137.02161.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 121 (47.66% from 255) = 34.47%
R=43.30%
G=22.22%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527812100.490.200.40325.1432.1745.1
Hex984E790311428145202d
Octal23011617106124505054055
Binary1001100010011101111001011000110100101000101000101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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