#904F7A

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

Shades of Strikemaster #904F7A

Tints of Strikemaster #904F7A

Color information

#904F7A (or 0x904F7A) is unknown color: approx Strikemaster. HEX triplet: 90, 4F and 7A. RGB value is (144,79,122). Sum of RGB (Red+Green+Blue) = 144+79+122=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #904F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904F7A is #6FB085. Grayscale: #676767. Windows color (decimal): -7319686 or 8015760. OLE color: 8015760.

HSL color Cylindrical-coordinate representation of color #904F7A: hue angle of 320.31º 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 #904F7A is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14479122-
CMYK00.450.150.44
HSL320.31º29.15%43.73%-
HSV(B)320.31º45.14%56.47%-
XYZ17.8112.9319.97-
YUV103.34138.53157-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.74%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=41.74%
G=22.90%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447912200.450.150.44320.3129.1543.73
Hex904F7A02DF2C1401d2c
Octal22011717205517545003554
Binary10010000100111111110100101101111110110010100000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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