#94457C

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

Shades of Strikemaster #94457C

Tints of Strikemaster #94457C

Color information

#94457C (or 0x94457C) is unknown color: approx Strikemaster. HEX triplet: 94, 45 and 7C. RGB value is (148,69,124). Sum of RGB (Red+Green+Blue) = 148+69+124=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #94457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94457C is #6BBA83. Grayscale: #626262. Windows color (decimal): -7060100 or 8144276. OLE color: 8144276.

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

Color convert

RGB14869124-
CMYK00.530.160.42
HSL318.23º36.41%42.55%-
HSV(B)318.23º53.38%58.04%-
XYZ17.9812.0120.44-
YUV98.89142.17163.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.40%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=43.40%
G=20.23%
B=36.36%

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
Decimal1486912400.530.160.42318.2336.4142.55
Hex94457C035102A13e242b
Octal22410517406520524764453
Binary1001010010001011111100011010110000101010100111110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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