#974E78

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

Shades of Strikemaster #974E78

Tints of Strikemaster #974E78

Color information

#974E78 (or 0x974E78) is unknown color: approx Strikemaster. HEX triplet: 97, 4E and 78. RGB value is (151,78,120). Sum of RGB (Red+Green+Blue) = 151+78+120=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #974E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974E78 is #68B187. Grayscale: #686868. Windows color (decimal): -6861192 or 7884439. OLE color: 7884439.

HSL color Cylindrical-coordinate representation of color #974E78: hue angle of 325.48º 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 #974E78 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15178120-
CMYK00.480.210.41
HSL325.48º31.88%44.9%-
HSV(B)325.48º48.34%59.22%-
XYZ18.8813.3819.36-
YUV104.62136.68161.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.27%
GREEN value IS 78 (30.86% from 255) = 22.35%
BLUE value IS 120 (47.27% from 255) = 34.38%
R=43.27%
G=22.35%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517812000.480.210.41325.4831.8844.9
Hex974E780301529145202d
Octal22711617006025515054055
Binary1001011110011101111000011000010101101001101000101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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