Shades of Strikemaster #904978
Tints of Strikemaster #904978
RGB
CMYK
RGB Variations
Color information
#904978 (or 0x904978) is known color: Strikemaster. HEX triplet: 90, 49 and 78. RGB value is (144,73,120). Sum of RGB (Red+Green+Blue) = 144+73+120=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #904978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904978 is #6FB687. Grayscale: #636363. Windows color (decimal): -7321224 or 7883152. OLE color: 7883152.
HSL color Cylindrical-coordinate representation of color #904978: hue angle of 320.28º degrees, saturation: 0.33, 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 #904978 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 73 | 120 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.44 |
| HSL | 320.28º | 0.33% | 0.43% | - |
| HSV(B) | 320.28º | 0.49% | 0.56% | - |
| XYZ | 17.27 | 12.05 | 19.18 | - |
| YUV | 99.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 120 | 0 | 0.49 | 0.17 | 0.44 | 320.28 | 0.33 | 0.43 |
| Hex | 90 | 49 | 78 | 0 | 31 | 11 | 2C | 140 | 21 | 2B |
| Octal | 220 | 111 | 170 | 0 | 61 | 21 | 54 | 500 | 41 | 53 |
| Binary | 10010000 | 1001001 | 1111000 | 0 | 110001 | 10001 | 101100 | 101000000 | 100001 | 101011 |
Color Harmonies of #904978
Complementary color
Monochromatic Colors of #904978
Black with #904978
Text Example
Text Example
White with #904978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904978; }
p { color: rgb(144,73,120); }
H1.HeaderClassName
{
color: #904978;
}
.AnyTagClassName
{
color: #904978;
}
</style>
background-color css
<style>
a { background-color: #904978; }
a { background-color: rgb(144,73,120); }
div.DivClassName
{
background-color: #904978;
}
.BgClassName
{
background-color: #904978;
}
</style>
border-color css
<style>
span { border-color: #904978; }
span { border-color: rgb(144,73,120); }
td.TdClassName
{
border-color: #904978;
}
.TagClassName
{
border-color: #904978;
}
</style>