#97597B

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

Shades of Strikemaster #97597B

Tints of Strikemaster #97597B

Color information

#97597B (or 0x97597B) is unknown color: approx Strikemaster. HEX triplet: 97, 59 and 7B. RGB value is (151,89,123). Sum of RGB (Red+Green+Blue) = 151+89+123=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #97597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97597B is #68A684. Grayscale: #6F6F6F. Windows color (decimal): -6858373 or 8083863. OLE color: 8083863.

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

Color convert

RGB15189123-
CMYK00.410.190.41
HSL327.1º25.83%47.06%-
HSV(B)327.1º41.06%59.22%-
XYZ19.9115.1520.61-
YUV111.41134.54156.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.60%
GREEN value IS 89 (35.16% from 255) = 24.52%
BLUE value IS 123 (48.44% from 255) = 33.88%
R=41.60%
G=24.52%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518912300.410.190.41327.125.8347.06
Hex97597B02913291471a2f
Octal22713117305123515073257
Binary100101111011001111101101010011001110100110100011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97597B; }

 p { color: rgb(151,89,123); }

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

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

 a { background-color: rgb(151,89,123); }

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

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

 span { border-color: rgb(151,89,123); }

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