#974E79

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

Shades of Strikemaster #974E79

Tints of Strikemaster #974E79

Color information

#974E79 (or 0x974E79) is unknown color: approx Strikemaster. HEX triplet: 97, 4E and 79. RGB value is (151,78,121). Sum of RGB (Red+Green+Blue) = 151+78+121=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #974E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974E79 is #68B186. Grayscale: #686868. Windows color (decimal): -6861191 or 7949975. OLE color: 7949975.

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

Color convert

RGB15178121-
CMYK00.480.200.41
HSL324.66º31.88%44.9%-
HSV(B)324.66º48.34%59.22%-
XYZ18.9413.4119.68-
YUV104.73137.18161-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.14%
GREEN value IS 78 (30.86% from 255) = 22.29%
BLUE value IS 121 (47.66% from 255) = 34.57%
R=43.14%
G=22.29%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517812100.480.200.41324.6631.8844.9
Hex974E790301429145202d
Octal22711617106024515054055
Binary1001011110011101111001011000010100101001101000101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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