Shades of Strikemaster #905A78
Tints of Strikemaster #905A78
RGB
CMYK
RGB Variations
Color information
#905A78 (or 0x905A78) is known color: Strikemaster. HEX triplet: 90, 5A and 78. RGB value is (144,90,120). Sum of RGB (Red+Green+Blue) = 144+90+120=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #905A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905A78 is #6FA587. Grayscale: #6D6D6D. Windows color (decimal): -7316872 or 7887504. OLE color: 7887504.
HSL color Cylindrical-coordinate representation of color #905A78: hue angle of 326.67º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #905A78 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 90 | 120 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.44 |
| HSL | 326.67º | 0.23% | 0.46% | - |
| HSV(B) | 326.67º | 0.38% | 0.56% | - |
| XYZ | 18.55 | 14.6 | 19.61 | - |
| YUV | 109.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 120 | 0 | 0.37 | 0.17 | 0.44 | 326.67 | 0.23 | 0.46 |
| Hex | 90 | 5A | 78 | 0 | 25 | 11 | 2C | 147 | 17 | 2E |
| Octal | 220 | 132 | 170 | 0 | 45 | 21 | 54 | 507 | 27 | 56 |
| Binary | 10010000 | 1011010 | 1111000 | 0 | 100101 | 10001 | 101100 | 101000111 | 10111 | 101110 |
Color Harmonies of #905A78
Complementary color
Monochromatic Colors of #905A78
Black with #905A78
Text Example
Text Example
White with #905A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905A78; }
p { color: rgb(144,90,120); }
H1.HeaderClassName
{
color: #905A78;
}
.AnyTagClassName
{
color: #905A78;
}
</style>
background-color css
<style>
a { background-color: #905A78; }
a { background-color: rgb(144,90,120); }
div.DivClassName
{
background-color: #905A78;
}
.BgClassName
{
background-color: #905A78;
}
</style>
border-color css
<style>
span { border-color: #905A78; }
span { border-color: rgb(144,90,120); }
td.TdClassName
{
border-color: #905A78;
}
.TagClassName
{
border-color: #905A78;
}
</style>