#97547C

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

Shades of Strikemaster #97547C

Tints of Strikemaster #97547C

Color information

#97547C (or 0x97547C) is unknown color: approx Strikemaster. HEX triplet: 97, 54 and 7C. RGB value is (151,84,124). Sum of RGB (Red+Green+Blue) = 151+84+124=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #97547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97547C is #68AB83. Grayscale: #6C6C6C. Windows color (decimal): -6859652 or 8148119. OLE color: 8148119.

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

Color convert

RGB15184124-
CMYK00.440.180.41
HSL324.18º28.51%46.08%-
HSV(B)324.18º44.37%59.22%-
XYZ19.5714.3820.81-
YUV108.59136.7158.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.06%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=42.06%
G=23.40%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518412400.440.180.41324.1828.5146.08
Hex97547C02C12291441d2e
Octal22712417405422515043556
Binary100101111010100111110001011001001010100110100010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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