#974C83

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

Shades of Strikemaster #974C83

Tints of Strikemaster #974C83

Color information

#974C83 (or 0x974C83) is unknown color: approx Strikemaster. HEX triplet: 97, 4C and 83. RGB value is (151,76,131). Sum of RGB (Red+Green+Blue) = 151+76+131=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 151 - color contains mainly: red. Hex color #974C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974C83 is #68B37C. Grayscale: #686868. Windows color (decimal): -6861693 or 8604823. OLE color: 8604823.

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

Color convert

RGB15176131-
CMYK00.500.130.41
HSL316º33.04%44.51%-
HSV(B)316º49.67%59.22%-
XYZ19.4413.3923.03-
YUV104.7142.85161.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.18%
GREEN value IS 76 (30.08% from 255) = 21.23%
BLUE value IS 131 (51.56% from 255) = 36.59%
R=42.18%
G=21.23%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517613100.500.130.4131633.0444.51
Hex974C83032D2913c212d
Octal22711420306215514744155
Binary1001011110011001000001101100101101101001100111100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,76,131); }

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

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

 a { background-color: rgb(151,76,131); }

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

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

 span { border-color: rgb(151,76,131); }

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