#94597C

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

Shades of Strikemaster #94597C

Tints of Strikemaster #94597C

Color information

#94597C (or 0x94597C) is unknown color: approx Strikemaster. HEX triplet: 94, 59 and 7C. RGB value is (148,89,124). Sum of RGB (Red+Green+Blue) = 148+89+124=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #94597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94597C is #6BA683. Grayscale: #6E6E6E. Windows color (decimal): -7054980 or 8149396. OLE color: 8149396.

HSL color Cylindrical-coordinate representation of color #94597C: hue angle of 324.41º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94597C is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14889124-
CMYK00.400.160.42
HSL324.41º24.89%46.47%-
HSV(B)324.41º39.86%58.04%-
XYZ19.4214.920.92-
YUV110.63135.55154.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 124 (48.83% from 255) = 34.35%
R=41.00%
G=24.65%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488912400.400.160.42324.4124.8946.47
Hex94597C028102A144192e
Octal22413117405020525043156
Binary100101001011001111110001010001000010101010100010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,89,124); }

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

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

 a { background-color: rgb(148,89,124); }

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

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

 span { border-color: rgb(148,89,124); }

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