#975679

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

Shades of Strikemaster #975679

Tints of Strikemaster #975679

Color information

#975679 (or 0x975679) is unknown color: approx Strikemaster. HEX triplet: 97, 56 and 79. RGB value is (151,86,121). Sum of RGB (Red+Green+Blue) = 151+86+121=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 151 - color contains mainly: red. Hex color #975679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975679 is #68A986. Grayscale: #6D6D6D. Windows color (decimal): -6859143 or 7952023. OLE color: 7952023.

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

Color convert

RGB15186121-
CMYK00.430.200.41
HSL327.69º27.43%46.47%-
HSV(B)327.69º43.05%59.22%-
XYZ19.5414.6219.88-
YUV109.42134.53157.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.18%
GREEN value IS 86 (33.98% from 255) = 24.02%
BLUE value IS 121 (47.66% from 255) = 33.80%
R=42.18%
G=24.02%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518612100.430.200.41327.6927.4346.47
Hex97567902B14291481b2e
Octal22712617105324515103356
Binary100101111010110111100101010111010010100110100100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975679; }

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

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

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

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

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

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

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

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