#97537F

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

Shades of Strikemaster #97537F

Tints of Strikemaster #97537F

Color information

#97537F (or 0x97537F) is unknown color: approx Strikemaster. HEX triplet: 97, 53 and 7F. RGB value is (151,83,127). Sum of RGB (Red+Green+Blue) = 151+83+127=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #97537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97537F is #68AC80. Grayscale: #6C6C6C. Windows color (decimal): -6859905 or 8344471. OLE color: 8344471.

HSL color Cylindrical-coordinate representation of color #97537F: hue angle of 321.18º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #97537F is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB15183127-
CMYK00.450.160.41
HSL321.18º29.06%45.88%-
HSV(B)321.18º45.03%59.22%-
XYZ19.6914.321.8-
YUV108.35138.53158.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.83%
GREEN value IS 83 (32.81% from 255) = 22.99%
BLUE value IS 127 (50% from 255) = 35.18%
R=41.83%
G=22.99%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518312700.450.160.41321.1829.0645.88
Hex97537F02D10291411d2e
Octal22712317705520515013556
Binary100101111010011111111101011011000010100110100000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97537F; }

 p { color: rgb(151,83,127); }

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

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

 a { background-color: rgb(151,83,127); }

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

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

 span { border-color: rgb(151,83,127); }

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