Shades of Strikemaster #905877
Tints of Strikemaster #905877
RGB
CMYK
RGB Variations
Color information
#905877 (or 0x905877) is known color: Strikemaster. HEX triplet: 90, 58 and 77. RGB value is (144,88,119). Sum of RGB (Red+Green+Blue) = 144+88+119=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #905877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905877 is #6FA788. Grayscale: #6C6C6C. Windows color (decimal): -7317385 or 7821456. OLE color: 7821456.
HSL color Cylindrical-coordinate representation of color #905877: hue angle of 326.79º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #905877 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 88 | 119 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.44 |
| HSL | 326.79º | 0.24% | 0.45% | - |
| HSV(B) | 326.79º | 0.39% | 0.56% | - |
| XYZ | 18.32 | 14.24 | 19.24 | - |
| YUV | 108.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 119 | 0 | 0.39 | 0.17 | 0.44 | 326.79 | 0.24 | 0.45 |
| Hex | 90 | 58 | 77 | 0 | 27 | 11 | 2C | 147 | 18 | 2D |
| Octal | 220 | 130 | 167 | 0 | 47 | 21 | 54 | 507 | 30 | 55 |
| Binary | 10010000 | 1011000 | 1110111 | 0 | 100111 | 10001 | 101100 | 101000111 | 11000 | 101101 |
Color Harmonies of #905877
Complementary color
Monochromatic Colors of #905877
Black with #905877
Text Example
Text Example
White with #905877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905877; }
p { color: rgb(144,88,119); }
H1.HeaderClassName
{
color: #905877;
}
.AnyTagClassName
{
color: #905877;
}
</style>
background-color css
<style>
a { background-color: #905877; }
a { background-color: rgb(144,88,119); }
div.DivClassName
{
background-color: #905877;
}
.BgClassName
{
background-color: #905877;
}
</style>
border-color css
<style>
span { border-color: #905877; }
span { border-color: rgb(144,88,119); }
td.TdClassName
{
border-color: #905877;
}
.TagClassName
{
border-color: #905877;
}
</style>