#94557D

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

Shades of Strikemaster #94557D

Tints of Strikemaster #94557D

Color information

#94557D (or 0x94557D) is unknown color: approx Strikemaster. HEX triplet: 94, 55 and 7D. RGB value is (148,85,125). Sum of RGB (Red+Green+Blue) = 148+85+125=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #94557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94557D is #6BAA82. Grayscale: #6C6C6C. Windows color (decimal): -7056003 or 8213908. OLE color: 8213908.

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

Color convert

RGB14885125-
CMYK00.430.160.42
HSL321.9º27.04%45.69%-
HSV(B)321.9º42.57%58.04%-
XYZ19.1614.2721.15-
YUV108.4137.37156.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.34%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 125 (49.22% from 255) = 34.92%
R=41.34%
G=23.74%
B=34.92%

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
Decimal1488512500.430.160.42321.927.0445.69
Hex94557D02B102A1421b2e
Octal22412517505320525023356
Binary100101001010101111110101010111000010101010100001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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