#94557f

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

Shades of Strikemaster #94557F

Tints of Strikemaster #94557F

Color information

#94557F (or 0x94557F) is unknown color: approx Strikemaster. HEX triplet: 94, 55 and 7F. RGB value is (148,85,127). Sum of RGB (Red+Green+Blue) = 148+85+127=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #94557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94557F is #6BAA80. Grayscale: #6C6C6C. Windows color (decimal): -7056001 or 8344980. OLE color: 8344980.

HSL color Cylindrical-coordinate representation of color #94557F: hue angle of 320º 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 #94557F is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14885127-
CMYK00.430.140.42
HSL320º27.04%45.69%-
HSV(B)320º42.57%58.04%-
XYZ19.2914.3321.83-
YUV108.62138.37156.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.11%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 127 (50% from 255) = 35.28%
R=41.11%
G=23.61%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488512700.430.140.4232027.0445.69
Hex94557F02BE2A1401b2e
Octal22412517705316525003356
Binary10010100101010111111110101011111010101010100000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94557f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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