#97467C

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

Shades of Strikemaster #97467C

Tints of Strikemaster #97467C

Color information

#97467C (or 0x97467C) is unknown color: approx Strikemaster. HEX triplet: 97, 46 and 7C. RGB value is (151,70,124). Sum of RGB (Red+Green+Blue) = 151+70+124=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #97467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97467C is #68B983. Grayscale: #646464. Windows color (decimal): -6863236 or 8144535. OLE color: 8144535.

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

Color convert

RGB15170124-
CMYK00.540.180.41
HSL320º36.65%43.33%-
HSV(B)320º53.64%59.22%-
XYZ18.5912.4120.49-
YUV100.38141.34164.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.77%
GREEN value IS 70 (27.73% from 255) = 20.29%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=43.77%
G=20.29%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517012400.540.180.4132036.6543.33
Hex97467C0361229140252b
Octal22710617406622515004553
Binary1001011110001101111100011011010010101001101000000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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