#904A79

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

Shades of Strikemaster #904A79

Tints of Strikemaster #904A79

Color information

#904A79 (or 0x904A79) is unknown color: approx Strikemaster. HEX triplet: 90, 4A and 79. RGB value is (144,74,121). Sum of RGB (Red+Green+Blue) = 144+74+121=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #904A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904A79 is #6FB586. Grayscale: #646464. Windows color (decimal): -7320967 or 7948944. OLE color: 7948944.

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

Color convert

RGB14474121-
CMYK00.490.160.44
HSL319.71º32.11%42.75%-
HSV(B)319.71º48.61%56.47%-
XYZ17.412.2119.53-
YUV100.29139.69159.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.48%
GREEN value IS 74 (29.30% from 255) = 21.83%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=42.48%
G=21.83%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447412100.490.160.44319.7132.1142.75
Hex904A79031102C140202b
Octal22011217106120545004053
Binary1001000010010101111001011000110000101100101000000100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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