#974D7D

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

Shades of Strikemaster #974D7D

Tints of Strikemaster #974D7D

Color information

#974D7D (or 0x974D7D) is unknown color: approx Strikemaster. HEX triplet: 97, 4D and 7D. RGB value is (151,77,125). Sum of RGB (Red+Green+Blue) = 151+77+125=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #974D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974D7D is #68B282. Grayscale: #686868. Windows color (decimal): -6861443 or 8211863. OLE color: 8211863.

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

Color convert

RGB15177125-
CMYK00.490.170.41
HSL321.08º32.46%44.71%-
HSV(B)321.08º49.01%59.22%-
XYZ19.1213.3720.97-
YUV104.6139.52161.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.78%
GREEN value IS 77 (30.47% from 255) = 21.81%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=42.78%
G=21.81%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517712500.490.170.41321.0832.4644.71
Hex974D7D0311129141202d
Octal22711517506121515014055
Binary1001011110011011111101011000110001101001101000001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,77,125); }

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

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

 a { background-color: rgb(151,77,125); }

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

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

 span { border-color: rgb(151,77,125); }

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