#97547B

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

Shades of Strikemaster #97547B

Tints of Strikemaster #97547B

Color information

#97547B (or 0x97547B) is unknown color: approx Strikemaster. HEX triplet: 97, 54 and 7B. RGB value is (151,84,123). Sum of RGB (Red+Green+Blue) = 151+84+123=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 151 - color contains mainly: red. Hex color #97547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97547B is #68AB84. Grayscale: #6C6C6C. Windows color (decimal): -6859653 or 8082583. OLE color: 8082583.

HSL color Cylindrical-coordinate representation of color #97547B: hue angle of 325.07º 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 #97547B is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15184123-
CMYK00.440.190.41
HSL325.07º28.51%46.08%-
HSV(B)325.07º44.37%59.22%-
XYZ19.5114.3520.48-
YUV108.48136.2158.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.18%
GREEN value IS 84 (33.20% from 255) = 23.46%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=42.18%
G=23.46%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518412300.440.190.41325.0728.5146.08
Hex97547B02C13291451d2e
Octal22712417305423515053556
Binary100101111010100111101101011001001110100110100010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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