#904779

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

Shades of Strikemaster #904779

Tints of Strikemaster #904779

Color information

#904779 (or 0x904779) is unknown color: approx Strikemaster. HEX triplet: 90, 47 and 79. RGB value is (144,71,121). Sum of RGB (Red+Green+Blue) = 144+71+121=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #904779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904779 is #6FB886. Grayscale: #626262. Windows color (decimal): -7321735 or 7948176. OLE color: 7948176.

HSL color Cylindrical-coordinate representation of color #904779: hue angle of 318.9º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #904779 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB14471121-
CMYK00.510.160.44
HSL318.9º33.95%42.16%-
HSV(B)318.9º50.69%56.47%-
XYZ17.2111.8219.46-
YUV98.53140.68160.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.86%
GREEN value IS 71 (28.12% from 255) = 21.13%
BLUE value IS 121 (47.66% from 255) = 36.01%
R=42.86%
G=21.13%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447112100.510.160.44318.933.9542.16
Hex904779033102C13f222a
Octal22010717106320544774252
Binary1001000010001111111001011001110000101100100111111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904779; }

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

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

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

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

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

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

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

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