Shades of Strikemaster #904B78
Tints of Strikemaster #904B78
RGB
CMYK
RGB Variations
Color information
#904B78 (or 0x904B78) is known color: Strikemaster. HEX triplet: 90, 4B and 78. RGB value is (144,75,120). Sum of RGB (Red+Green+Blue) = 144+75+120=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #904B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904B78 is #6FB487. Grayscale: #646464. Windows color (decimal): -7320712 or 7883664. OLE color: 7883664.
HSL color Cylindrical-coordinate representation of color #904B78: hue angle of 320.87º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #904B78 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 75 | 120 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.44 |
| HSL | 320.87º | 0.32% | 0.43% | - |
| HSV(B) | 320.87º | 0.48% | 0.56% | - |
| XYZ | 17.41 | 12.32 | 19.23 | - |
| YUV | 100.76 | 138.86 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 75 | 120 | 0 | 0.48 | 0.17 | 0.44 | 320.87 | 0.32 | 0.43 |
| Hex | 90 | 4B | 78 | 0 | 30 | 11 | 2C | 141 | 20 | 2B |
| Octal | 220 | 113 | 170 | 0 | 60 | 21 | 54 | 501 | 40 | 53 |
| Binary | 10010000 | 1001011 | 1111000 | 0 | 110000 | 10001 | 101100 | 101000001 | 100000 | 101011 |
Color Harmonies of #904B78
Complementary color
Monochromatic Colors of #904B78
Black with #904B78
Text Example
Text Example
White with #904B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904B78; }
p { color: rgb(144,75,120); }
H1.HeaderClassName
{
color: #904B78;
}
.AnyTagClassName
{
color: #904B78;
}
</style>
background-color css
<style>
a { background-color: #904B78; }
a { background-color: rgb(144,75,120); }
div.DivClassName
{
background-color: #904B78;
}
.BgClassName
{
background-color: #904B78;
}
</style>
border-color css
<style>
span { border-color: #904B78; }
span { border-color: rgb(144,75,120); }
td.TdClassName
{
border-color: #904B78;
}
.TagClassName
{
border-color: #904B78;
}
</style>