#94467C

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

Shades of Strikemaster #94467C

Tints of Strikemaster #94467C

Color information

#94467C (or 0x94467C) is unknown color: approx Strikemaster. HEX triplet: 94, 46 and 7C. RGB value is (148,70,124). Sum of RGB (Red+Green+Blue) = 148+70+124=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #94467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94467C is #6BB983. Grayscale: #636363. Windows color (decimal): -7059844 or 8144532. OLE color: 8144532.

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

Color convert

RGB14870124-
CMYK00.530.160.42
HSL318.46º35.78%42.75%-
HSV(B)318.46º52.7%58.04%-
XYZ18.0412.1320.46-
YUV99.48141.84162.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 70 (27.73% from 255) = 20.47%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=43.27%
G=20.47%
B=36.26%

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
Decimal1487012400.530.160.42318.4635.7842.75
Hex94467C035102A13e242b
Octal22410617406520524764453
Binary1001010010001101111100011010110000101010100111110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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