#94467A

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

Shades of Strikemaster #94467A

Tints of Strikemaster #94467A

Color information

#94467A (or 0x94467A) is unknown color: approx Strikemaster. HEX triplet: 94, 46 and 7A. RGB value is (148,70,122). Sum of RGB (Red+Green+Blue) = 148+70+122=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #94467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94467A is #6BB985. Grayscale: #636363. Windows color (decimal): -7059846 or 8013460. OLE color: 8013460.

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

Color convert

RGB14870122-
CMYK00.530.180.42
HSL320º35.78%42.75%-
HSV(B)320º52.7%58.04%-
XYZ17.9212.0819.8-
YUV99.25140.84162.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.53%
GREEN value IS 70 (27.73% from 255) = 20.59%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=43.53%
G=20.59%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487012200.530.180.4232035.7842.75
Hex94467A035122A140242b
Octal22410617206522525004453
Binary1001010010001101111010011010110010101010101000000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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