#94457D

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

Shades of Strikemaster #94457D

Tints of Strikemaster #94457D

Color information

#94457D (or 0x94457D) is unknown color: approx Strikemaster. HEX triplet: 94, 45 and 7D. RGB value is (148,69,125). Sum of RGB (Red+Green+Blue) = 148+69+125=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #94457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94457D is #6BBA82. Grayscale: #626262. Windows color (decimal): -7060099 or 8209812. OLE color: 8209812.

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

Color convert

RGB14869125-
CMYK00.530.160.42
HSL317.47º36.41%42.55%-
HSV(B)317.47º53.38%58.04%-
XYZ18.0412.0320.77-
YUV99142.67162.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 125 (49.22% from 255) = 36.55%
R=43.27%
G=20.18%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486912500.530.160.42317.4736.4142.55
Hex94457D035102A13d242b
Octal22410517506520524754453
Binary1001010010001011111101011010110000101010100111101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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