#94497D

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

Shades of Strikemaster #94497D

Tints of Strikemaster #94497D

Color information

#94497D (or 0x94497D) is unknown color: approx Strikemaster. HEX triplet: 94, 49 and 7D. RGB value is (148,73,125). Sum of RGB (Red+Green+Blue) = 148+73+125=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #94497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94497D is #6BB682. Grayscale: #656565. Windows color (decimal): -7059075 or 8210836. OLE color: 8210836.

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

Color convert

RGB14873125-
CMYK00.510.160.42
HSL318.4º33.94%43.33%-
HSV(B)318.4º50.68%58.04%-
XYZ18.312.5420.86-
YUV101.35141.35161.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.77%
GREEN value IS 73 (28.91% from 255) = 21.10%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=42.77%
G=21.10%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487312500.510.160.42318.433.9443.33
Hex94497D033102A13e222b
Octal22411117506320524764253
Binary1001010010010011111101011001110000101010100111110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94497D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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