Shades of Strikemaster #906982
Tints of Strikemaster #906982
RGB
CMYK
RGB Variations
Color information
#906982 (or 0x906982) is known color: Strikemaster. HEX triplet: 90, 69 and 82. RGB value is (144,105,130). Sum of RGB (Red+Green+Blue) = 144+105+130=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 144 - color contains mainly: red. Hex color #906982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906982 is #6F967D. Grayscale: #777777. Windows color (decimal): -7313022 or 8546704. OLE color: 8546704.
HSL color Cylindrical-coordinate representation of color #906982: hue angle of 321.54º 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 #906982 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 105 | 130 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.44 |
| HSL | 321.54º | 0.16% | 0.49% | - |
| HSV(B) | 321.54º | 0.27% | 0.56% | - |
| XYZ | 20.58 | 17.64 | 23.44 | - |
| YUV | 119.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 130 | 0 | 0.27 | 0.10 | 0.44 | 321.54 | 0.16 | 0.49 |
| Hex | 90 | 69 | 82 | 0 | 1B | A | 2C | 142 | 10 | 31 |
| Octal | 220 | 151 | 202 | 0 | 33 | 12 | 54 | 502 | 20 | 61 |
| Binary | 10010000 | 1101001 | 10000010 | 0 | 11011 | 1010 | 101100 | 101000010 | 10000 | 110001 |
Color Harmonies of #906982
Complementary color
Monochromatic Colors of #906982
Black with #906982
Text Example
Text Example
White with #906982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906982; }
p { color: rgb(144,105,130); }
H1.HeaderClassName
{
color: #906982;
}
.AnyTagClassName
{
color: #906982;
}
</style>
background-color css
<style>
a { background-color: #906982; }
a { background-color: rgb(144,105,130); }
div.DivClassName
{
background-color: #906982;
}
.BgClassName
{
background-color: #906982;
}
</style>
border-color css
<style>
span { border-color: #906982; }
span { border-color: rgb(144,105,130); }
td.TdClassName
{
border-color: #906982;
}
.TagClassName
{
border-color: #906982;
}
</style>