#974B78

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

Shades of Strikemaster #974B78

Tints of Strikemaster #974B78

Color information

#974B78 (or 0x974B78) is unknown color: approx Strikemaster. HEX triplet: 97, 4B and 78. RGB value is (151,75,120). Sum of RGB (Red+Green+Blue) = 151+75+120=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #974B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974B78 is #68B487. Grayscale: #666666. Windows color (decimal): -6861960 or 7883671. OLE color: 7883671.

HSL color Cylindrical-coordinate representation of color #974B78: hue angle of 324.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #974B78 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15175120-
CMYK00.500.210.41
HSL324.47º33.63%44.31%-
HSV(B)324.47º50.33%59.22%-
XYZ18.6712.9719.29-
YUV102.85137.68162.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 120 (47.27% from 255) = 34.68%
R=43.64%
G=21.68%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517512000.500.210.41324.4733.6344.31
Hex974B780321529144222c
Octal22711317006225515044254
Binary1001011110010111111000011001010101101001101000100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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