Shades of Strikemaster #925982
Tints of Strikemaster #925982
RGB
CMYK
RGB Variations
Color information
#925982 (or 0x925982) is known color: Strikemaster. HEX triplet: 92, 59 and 82. RGB value is (146,89,130). Sum of RGB (Red+Green+Blue) = 146+89+130=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 146 - color contains mainly: red. Hex color #925982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925982 is #6DA67D. Grayscale: #6E6E6E. Windows color (decimal): -7186046 or 8542610. OLE color: 8542610.
HSL color Cylindrical-coordinate representation of color #925982: hue angle of 316.84º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #925982 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 89 | 130 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.43 |
| HSL | 316.84º | 0.24% | 0.46% | - |
| HSV(B) | 316.84º | 0.39% | 0.57% | - |
| XYZ | 19.46 | 14.87 | 22.96 | - |
| YUV | 110.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 130 | 0 | 0.39 | 0.11 | 0.43 | 316.84 | 0.24 | 0.46 |
| Hex | 92 | 59 | 82 | 0 | 27 | B | 2B | 13D | 18 | 2E |
| Octal | 222 | 131 | 202 | 0 | 47 | 13 | 53 | 475 | 30 | 56 |
| Binary | 10010010 | 1011001 | 10000010 | 0 | 100111 | 1011 | 101011 | 100111101 | 11000 | 101110 |
Color Harmonies of #925982
Complementary color
Monochromatic Colors of #925982
Black with #925982
Text Example
Text Example
White with #925982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925982; }
p { color: rgb(146,89,130); }
H1.HeaderClassName
{
color: #925982;
}
.AnyTagClassName
{
color: #925982;
}
</style>
background-color css
<style>
a { background-color: #925982; }
a { background-color: rgb(146,89,130); }
div.DivClassName
{
background-color: #925982;
}
.BgClassName
{
background-color: #925982;
}
</style>
border-color css
<style>
span { border-color: #925982; }
span { border-color: rgb(146,89,130); }
td.TdClassName
{
border-color: #925982;
}
.TagClassName
{
border-color: #925982;
}
</style>