#975079

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

Shades of Strikemaster #975079

Tints of Strikemaster #975079

Color information

#975079 (or 0x975079) is unknown color: approx Strikemaster. HEX triplet: 97, 50 and 79. RGB value is (151,80,121). Sum of RGB (Red+Green+Blue) = 151+80+121=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #975079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975079 is #68AF86. Grayscale: #696969. Windows color (decimal): -6860679 or 7950487. OLE color: 7950487.

HSL color Cylindrical-coordinate representation of color #975079: hue angle of 325.35º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #975079 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB15180121-
CMYK00.470.200.41
HSL325.35º30.74%45.29%-
HSV(B)325.35º47.02%59.22%-
XYZ19.0813.719.73-
YUV105.9136.52160.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.90%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=42.90%
G=22.73%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518012100.470.200.41325.3530.7445.29
Hex97507902F14291451f2d
Octal22712017105724515053755
Binary100101111010000111100101011111010010100110100010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975079; }

 p { color: rgb(151,80,121); }

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

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

 a { background-color: rgb(151,80,121); }

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

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

 span { border-color: rgb(151,80,121); }

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