#94477C

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

Shades of Strikemaster #94477C

Tints of Strikemaster #94477C

Color information

#94477C (or 0x94477C) is unknown color: approx Strikemaster. HEX triplet: 94, 47 and 7C. RGB value is (148,71,124). Sum of RGB (Red+Green+Blue) = 148+71+124=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94477C is #6BB883. Grayscale: #636363. Windows color (decimal): -7059588 or 8144788. OLE color: 8144788.

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

Color convert

RGB14871124-
CMYK00.520.160.42
HSL318.7º35.16%42.94%-
HSV(B)318.7º52.03%58.04%-
XYZ18.112.2620.48-
YUV100.06141.51162.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 71 (28.12% from 255) = 20.70%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=43.15%
G=20.70%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487112400.520.160.42318.735.1642.94
Hex94477C034102A13f232b
Octal22410717406420524774353
Binary1001010010001111111100011010010000101010100111111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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