Shades of Strikemaster #904A78
Tints of Strikemaster #904A78
RGB
CMYK
RGB Variations
Color information
#904A78 (or 0x904A78) is known color: Strikemaster. HEX triplet: 90, 4A and 78. RGB value is (144,74,120). Sum of RGB (Red+Green+Blue) = 144+74+120=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #904A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904A78 is #6FB587. Grayscale: #646464. Windows color (decimal): -7320968 or 7883408. OLE color: 7883408.
HSL color Cylindrical-coordinate representation of color #904A78: hue angle of 320.57º degrees, saturation: 0.32, 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 #904A78 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 74 | 120 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.44 |
| HSL | 320.57º | 0.32% | 0.43% | - |
| HSV(B) | 320.57º | 0.49% | 0.56% | - |
| XYZ | 17.34 | 12.18 | 19.21 | - |
| YUV | 100.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 120 | 0 | 0.49 | 0.17 | 0.44 | 320.57 | 0.32 | 0.43 |
| Hex | 90 | 4A | 78 | 0 | 31 | 11 | 2C | 141 | 20 | 2B |
| Octal | 220 | 112 | 170 | 0 | 61 | 21 | 54 | 501 | 40 | 53 |
| Binary | 10010000 | 1001010 | 1111000 | 0 | 110001 | 10001 | 101100 | 101000001 | 100000 | 101011 |
Color Harmonies of #904A78
Complementary color
Monochromatic Colors of #904A78
Black with #904A78
Text Example
Text Example
White with #904A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904A78; }
p { color: rgb(144,74,120); }
H1.HeaderClassName
{
color: #904A78;
}
.AnyTagClassName
{
color: #904A78;
}
</style>
background-color css
<style>
a { background-color: #904A78; }
a { background-color: rgb(144,74,120); }
div.DivClassName
{
background-color: #904A78;
}
.BgClassName
{
background-color: #904A78;
}
</style>
border-color css
<style>
span { border-color: #904A78; }
span { border-color: rgb(144,74,120); }
td.TdClassName
{
border-color: #904A78;
}
.TagClassName
{
border-color: #904A78;
}
</style>