Shades of Strikemaster #904F78
Tints of Strikemaster #904F78
RGB
CMYK
RGB Variations
Color information
#904F78 (or 0x904F78) is known color: Strikemaster. HEX triplet: 90, 4F and 78. RGB value is (144,79,120). Sum of RGB (Red+Green+Blue) = 144+79+120=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 144 - color contains mainly: red. Hex color #904F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904F78 is #6FB087. Grayscale: #676767. Windows color (decimal): -7319688 or 7884688. OLE color: 7884688.
HSL color Cylindrical-coordinate representation of color #904F78: hue angle of 322.15º 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 #904F78 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 79 | 120 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.44 |
| HSL | 322.15º | 0.29% | 0.44% | - |
| HSV(B) | 322.15º | 0.45% | 0.56% | - |
| XYZ | 17.69 | 12.88 | 19.32 | - |
| YUV | 103.11 | 137.53 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 79 | 120 | 0 | 0.45 | 0.17 | 0.44 | 322.15 | 0.29 | 0.44 |
| Hex | 90 | 4F | 78 | 0 | 2D | 11 | 2C | 142 | 1D | 2C |
| Octal | 220 | 117 | 170 | 0 | 55 | 21 | 54 | 502 | 35 | 54 |
| Binary | 10010000 | 1001111 | 1111000 | 0 | 101101 | 10001 | 101100 | 101000010 | 11101 | 101100 |
Color Harmonies of #904F78
Complementary color
Monochromatic Colors of #904F78
Black with #904F78
Text Example
Text Example
White with #904F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904F78; }
p { color: rgb(144,79,120); }
H1.HeaderClassName
{
color: #904F78;
}
.AnyTagClassName
{
color: #904F78;
}
</style>
background-color css
<style>
a { background-color: #904F78; }
a { background-color: rgb(144,79,120); }
div.DivClassName
{
background-color: #904F78;
}
.BgClassName
{
background-color: #904F78;
}
</style>
border-color css
<style>
span { border-color: #904F78; }
span { border-color: rgb(144,79,120); }
td.TdClassName
{
border-color: #904F78;
}
.TagClassName
{
border-color: #904F78;
}
</style>