Shades of Strikemaster #906989
Tints of Strikemaster #906989
RGB
CMYK
RGB Variations
Color information
#906989 (or 0x906989) is known color: Strikemaster. HEX triplet: 90, 69 and 89. RGB value is (144,105,137). Sum of RGB (Red+Green+Blue) = 144+105+137=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #906989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906989 is #6F9676. Grayscale: #787878. Windows color (decimal): -7313015 or 9005456. OLE color: 9005456.
HSL color Cylindrical-coordinate representation of color #906989: hue angle of 310.77º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #906989 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 105 | 137 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.44 |
| HSL | 310.77º | 0.16% | 0.49% | - |
| HSV(B) | 310.77º | 0.27% | 0.56% | - |
| XYZ | 21.07 | 17.84 | 26 | - |
| YUV | 120.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 137 | 0 | 0.27 | 0.05 | 0.44 | 310.77 | 0.16 | 0.49 |
| Hex | 90 | 69 | 89 | 0 | 1B | 5 | 2C | 137 | 10 | 31 |
| Octal | 220 | 151 | 211 | 0 | 33 | 5 | 54 | 467 | 20 | 61 |
| Binary | 10010000 | 1101001 | 10001001 | 0 | 11011 | 101 | 101100 | 100110111 | 10000 | 110001 |
Color Harmonies of #906989
Complementary color
Monochromatic Colors of #906989
Black with #906989
Text Example
Text Example
White with #906989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906989; }
p { color: rgb(144,105,137); }
H1.HeaderClassName
{
color: #906989;
}
.AnyTagClassName
{
color: #906989;
}
</style>
background-color css
<style>
a { background-color: #906989; }
a { background-color: rgb(144,105,137); }
div.DivClassName
{
background-color: #906989;
}
.BgClassName
{
background-color: #906989;
}
</style>
border-color css
<style>
span { border-color: #906989; }
span { border-color: rgb(144,105,137); }
td.TdClassName
{
border-color: #906989;
}
.TagClassName
{
border-color: #906989;
}
</style>