#97587C

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

Shades of Strikemaster #97587C

Tints of Strikemaster #97587C

Color information

#97587C (or 0x97587C) is unknown color: approx Strikemaster. HEX triplet: 97, 58 and 7C. RGB value is (151,88,124). Sum of RGB (Red+Green+Blue) = 151+88+124=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #97587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97587C is #68A783. Grayscale: #6E6E6E. Windows color (decimal): -6858628 or 8149143. OLE color: 8149143.

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

Color convert

RGB15188124-
CMYK00.420.180.41
HSL325.71º26.36%46.86%-
HSV(B)325.71º41.72%59.22%-
XYZ19.8915.0120.92-
YUV110.94135.37156.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.60%
GREEN value IS 88 (34.77% from 255) = 24.24%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=41.60%
G=24.24%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518812400.420.180.41325.7126.3646.86
Hex97587C02A12291461a2f
Octal22713017405222515063257
Binary100101111011000111110001010101001010100110100011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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