Shades of Strikemaster #906A89
Tints of Strikemaster #906A89
RGB
CMYK
RGB Variations
Color information
#906A89 (or 0x906A89) is known color: Strikemaster. HEX triplet: 90, 6A and 89. RGB value is (144,106,137). Sum of RGB (Red+Green+Blue) = 144+106+137=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #906A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906A89 is #6F9576. Grayscale: #787878. Windows color (decimal): -7312759 or 9005712. OLE color: 9005712.
HSL color Cylindrical-coordinate representation of color #906A89: hue angle of 311.05º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #906A89 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 106 | 137 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.44 |
| HSL | 311.05º | 0.15% | 0.49% | - |
| HSV(B) | 311.05º | 0.26% | 0.56% | - |
| XYZ | 21.17 | 18.04 | 26.03 | - |
| YUV | 120.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 137 | 0 | 0.26 | 0.05 | 0.44 | 311.05 | 0.15 | 0.49 |
| Hex | 90 | 6A | 89 | 0 | 1A | 5 | 2C | 137 | F | 31 |
| Octal | 220 | 152 | 211 | 0 | 32 | 5 | 54 | 467 | 17 | 61 |
| Binary | 10010000 | 1101010 | 10001001 | 0 | 11010 | 101 | 101100 | 100110111 | 1111 | 110001 |
Color Harmonies of #906A89
Complementary color
Monochromatic Colors of #906A89
Black with #906A89
Text Example
Text Example
White with #906A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906A89; }
p { color: rgb(144,106,137); }
H1.HeaderClassName
{
color: #906A89;
}
.AnyTagClassName
{
color: #906A89;
}
</style>
background-color css
<style>
a { background-color: #906A89; }
a { background-color: rgb(144,106,137); }
div.DivClassName
{
background-color: #906A89;
}
.BgClassName
{
background-color: #906A89;
}
</style>
border-color css
<style>
span { border-color: #906A89; }
span { border-color: rgb(144,106,137); }
td.TdClassName
{
border-color: #906A89;
}
.TagClassName
{
border-color: #906A89;
}
</style>