#904C79

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

Shades of Strikemaster #904C79

Tints of Strikemaster #904C79

Color information

#904C79 (or 0x904C79) is unknown color: approx Strikemaster. HEX triplet: 90, 4C and 79. RGB value is (144,76,121). Sum of RGB (Red+Green+Blue) = 144+76+121=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #904C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904C79 is #6FB386. Grayscale: #656565. Windows color (decimal): -7320455 or 7949456. OLE color: 7949456.

HSL color Cylindrical-coordinate representation of color #904C79: hue angle of 320.29º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #904C79 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB14476121-
CMYK00.470.160.44
HSL320.29º30.91%43.14%-
HSV(B)320.29º47.22%56.47%-
XYZ17.5412.4819.57-
YUV101.46139.03158.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.23%
GREEN value IS 76 (30.08% from 255) = 22.29%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=42.23%
G=22.29%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447612100.470.160.44320.2930.9143.14
Hex904C7902F102C1401f2b
Octal22011417105720545003753
Binary100100001001100111100101011111000010110010100000011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904C79; }

 p { color: rgb(144,76,121); }

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

<style>
 a { background-color: #904C79; }

 a { background-color: rgb(144,76,121); }

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

<style>
 span { border-color: #904C79; }

 span { border-color: rgb(144,76,121); }

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