#904F7E

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

Shades of Strikemaster #904F7E

Tints of Strikemaster #904F7E

Color information

#904F7E (or 0x904F7E) is unknown color: approx Strikemaster. HEX triplet: 90, 4F and 7E. RGB value is (144,79,126). Sum of RGB (Red+Green+Blue) = 144+79+126=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #904F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904F7E is #6FB081. Grayscale: #676767. Windows color (decimal): -7319682 or 8277904. OLE color: 8277904.

HSL color Cylindrical-coordinate representation of color #904F7E: hue angle of 316.62º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #904F7E is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB14479126-
CMYK00.450.120.44
HSL316.62º29.15%43.73%-
HSV(B)316.62º45.14%56.47%-
XYZ18.0613.0321.3-
YUV103.79140.53156.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.26%
GREEN value IS 79 (31.25% from 255) = 22.64%
BLUE value IS 126 (49.61% from 255) = 36.10%
R=41.26%
G=22.64%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447912600.450.120.44316.6229.1543.73
Hex904F7E02DC2C13d1d2c
Octal22011717605514544753554
Binary10010000100111111111100101101110010110010011110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,79,126); }

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

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

 a { background-color: rgb(144,79,126); }

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

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

 span { border-color: rgb(144,79,126); }

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