Shades of Strikemaster #905977
Tints of Strikemaster #905977
RGB
CMYK
RGB Variations
Color information
#905977 (or 0x905977) is known color: Strikemaster. HEX triplet: 90, 59 and 77. RGB value is (144,89,119). Sum of RGB (Red+Green+Blue) = 144+89+119=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #905977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905977 is #6FA688. Grayscale: #6C6C6C. Windows color (decimal): -7317129 or 7821712. OLE color: 7821712.
HSL color Cylindrical-coordinate representation of color #905977: hue angle of 327.27º degrees, saturation: 0.24, 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 #905977 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 89 | 119 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.44 |
| HSL | 327.27º | 0.24% | 0.46% | - |
| HSV(B) | 327.27º | 0.38% | 0.56% | - |
| XYZ | 18.4 | 14.41 | 19.26 | - |
| YUV | 108.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 119 | 0 | 0.38 | 0.17 | 0.44 | 327.27 | 0.24 | 0.46 |
| Hex | 90 | 59 | 77 | 0 | 26 | 11 | 2C | 147 | 18 | 2E |
| Octal | 220 | 131 | 167 | 0 | 46 | 21 | 54 | 507 | 30 | 56 |
| Binary | 10010000 | 1011001 | 1110111 | 0 | 100110 | 10001 | 101100 | 101000111 | 11000 | 101110 |
Color Harmonies of #905977
Complementary color
Monochromatic Colors of #905977
Black with #905977
Text Example
Text Example
White with #905977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905977; }
p { color: rgb(144,89,119); }
H1.HeaderClassName
{
color: #905977;
}
.AnyTagClassName
{
color: #905977;
}
</style>
background-color css
<style>
a { background-color: #905977; }
a { background-color: rgb(144,89,119); }
div.DivClassName
{
background-color: #905977;
}
.BgClassName
{
background-color: #905977;
}
</style>
border-color css
<style>
span { border-color: #905977; }
span { border-color: rgb(144,89,119); }
td.TdClassName
{
border-color: #905977;
}
.TagClassName
{
border-color: #905977;
}
</style>