#94597E

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

Shades of Strikemaster #94597E

Tints of Strikemaster #94597E

Color information

#94597E (or 0x94597E) is unknown color: approx Strikemaster. HEX triplet: 94, 59 and 7E. RGB value is (148,89,126). Sum of RGB (Red+Green+Blue) = 148+89+126=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #94597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94597E is #6BA681. Grayscale: #6E6E6E. Windows color (decimal): -7054978 or 8280468. OLE color: 8280468.

HSL color Cylindrical-coordinate representation of color #94597E: hue angle of 322.37º 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 #94597E is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14889126-
CMYK00.400.150.42
HSL322.37º24.89%46.47%-
HSV(B)322.37º39.86%58.04%-
XYZ19.5514.9521.59-
YUV110.86136.55154.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 89 (35.16% from 255) = 24.52%
BLUE value IS 126 (49.61% from 255) = 34.71%
R=40.77%
G=24.52%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488912600.400.150.42322.3724.8946.47
Hex94597E028F2A142192e
Octal22413117605017525023156
Binary10010100101100111111100101000111110101010100001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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