#94497A

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

Shades of Strikemaster #94497A

Tints of Strikemaster #94497A

Color information

#94497A (or 0x94497A) is unknown color: approx Strikemaster. HEX triplet: 94, 49 and 7A. RGB value is (148,73,122). Sum of RGB (Red+Green+Blue) = 148+73+122=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94497A is #6BB685. Grayscale: #646464. Windows color (decimal): -7059078 or 8014228. OLE color: 8014228.

HSL color Cylindrical-coordinate representation of color #94497A: hue angle of 320.8º 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 #94497A is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14873122-
CMYK00.510.180.42
HSL320.8º33.94%43.33%-
HSV(B)320.8º50.68%58.04%-
XYZ18.1112.4719.86-
YUV101.01139.85161.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 122 (48.05% from 255) = 35.57%
R=43.15%
G=21.28%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487312200.510.180.42320.833.9443.33
Hex94497A033122A141222b
Octal22411117206322525014253
Binary1001010010010011111010011001110010101010101000001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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