#94557C

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

Shades of Strikemaster #94557C

Tints of Strikemaster #94557C

Color information

#94557C (or 0x94557C) is unknown color: approx Strikemaster. HEX triplet: 94, 55 and 7C. RGB value is (148,85,124). Sum of RGB (Red+Green+Blue) = 148+85+124=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #94557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94557C is #6BAA83. Grayscale: #6C6C6C. Windows color (decimal): -7056004 or 8148372. OLE color: 8148372.

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

Color convert

RGB14885124-
CMYK00.430.160.42
HSL322.86º27.04%45.69%-
HSV(B)322.86º42.57%58.04%-
XYZ19.114.2520.81-
YUV108.28136.87156.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.46%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=41.46%
G=23.81%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488512400.430.160.42322.8627.0445.69
Hex94557C02B102A1431b2e
Octal22412517405320525033356
Binary100101001010101111110001010111000010101010100001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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