#97447B

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

Shades of Strikemaster #97447B

Tints of Strikemaster #97447B

Color information

#97447B (or 0x97447B) is unknown color: approx Strikemaster. HEX triplet: 97, 44 and 7B. RGB value is (151,68,123). Sum of RGB (Red+Green+Blue) = 151+68+123=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 151 - color contains mainly: red. Hex color #97447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97447B is #68BB84. Grayscale: #626262. Windows color (decimal): -6863749 or 8078487. OLE color: 8078487.

HSL color Cylindrical-coordinate representation of color #97447B: hue angle of 320.24º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #97447B is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15168123-
CMYK00.550.190.41
HSL320.24º37.9%42.94%-
HSV(B)320.24º54.97%59.22%-
XYZ18.412.1420.11-
YUV99.09141.5165.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.15%
GREEN value IS 68 (26.95% from 255) = 19.88%
BLUE value IS 123 (48.44% from 255) = 35.96%
R=44.15%
G=19.88%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516812300.550.190.41320.2437.942.94
Hex97447B0371329140262b
Octal22710417306723515004653
Binary1001011110001001111011011011110011101001101000000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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