#97537C

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

Shades of Strikemaster #97537C

Tints of Strikemaster #97537C

Color information

#97537C (or 0x97537C) is unknown color: approx Strikemaster. HEX triplet: 97, 53 and 7C. RGB value is (151,83,124). Sum of RGB (Red+Green+Blue) = 151+83+124=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 151 - color contains mainly: red. Hex color #97537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97537C is #68AC83. Grayscale: #6B6B6B. Windows color (decimal): -6859908 or 8147863. OLE color: 8147863.

HSL color Cylindrical-coordinate representation of color #97537C: hue angle of 323.82º 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 #97537C is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB15183124-
CMYK00.450.180.41
HSL323.82º29.06%45.88%-
HSV(B)323.82º45.03%59.22%-
XYZ19.4914.2220.79-
YUV108.01137.03158.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.18%
GREEN value IS 83 (32.81% from 255) = 23.18%
BLUE value IS 124 (48.83% from 255) = 34.64%
R=42.18%
G=23.18%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518312400.450.180.41323.8229.0645.88
Hex97537C02D12291441d2e
Octal22712317405522515043556
Binary100101111010011111110001011011001010100110100010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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