#974b7f

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

Shades of Strikemaster #974B7F

Tints of Strikemaster #974B7F

Color information

#974B7F (or 0x974B7F) is unknown color: approx Strikemaster. HEX triplet: 97, 4B and 7F. RGB value is (151,75,127). Sum of RGB (Red+Green+Blue) = 151+75+127=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #974B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974B7F is #68B480. Grayscale: #676767. Windows color (decimal): -6861953 or 8342423. OLE color: 8342423.

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

Color convert

RGB15175127-
CMYK00.500.160.41
HSL318.95º33.63%44.31%-
HSV(B)318.95º50.33%59.22%-
XYZ19.1113.1421.61-
YUV103.65141.18161.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.78%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 127 (50% from 255) = 35.98%
R=42.78%
G=21.25%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517512700.500.160.41318.9533.6344.31
Hex974B7F032102913f222c
Octal22711317706220514774254
Binary1001011110010111111111011001010000101001100111111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974b7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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