Shades of Strikemaster #925983
Tints of Strikemaster #925983
RGB
CMYK
RGB Variations
Color information
#925983 (or 0x925983) is known color: Strikemaster. HEX triplet: 92, 59 and 83. RGB value is (146,89,131). Sum of RGB (Red+Green+Blue) = 146+89+131=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #925983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925983 is #6DA67C. Grayscale: #6E6E6E. Windows color (decimal): -7186045 or 8608146. OLE color: 8608146.
HSL color Cylindrical-coordinate representation of color #925983: hue angle of 315.79º 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 #925983 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 89 | 131 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.43 |
| HSL | 315.79º | 0.24% | 0.46% | - |
| HSV(B) | 315.79º | 0.39% | 0.57% | - |
| XYZ | 19.52 | 14.89 | 23.32 | - |
| YUV | 110.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 131 | 0 | 0.39 | 0.10 | 0.43 | 315.79 | 0.24 | 0.46 |
| Hex | 92 | 59 | 83 | 0 | 27 | A | 2B | 13C | 18 | 2E |
| Octal | 222 | 131 | 203 | 0 | 47 | 12 | 53 | 474 | 30 | 56 |
| Binary | 10010010 | 1011001 | 10000011 | 0 | 100111 | 1010 | 101011 | 100111100 | 11000 | 101110 |
Color Harmonies of #925983
Complementary color
Monochromatic Colors of #925983
Black with #925983
Text Example
Text Example
White with #925983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925983; }
p { color: rgb(146,89,131); }
H1.HeaderClassName
{
color: #925983;
}
.AnyTagClassName
{
color: #925983;
}
</style>
background-color css
<style>
a { background-color: #925983; }
a { background-color: rgb(146,89,131); }
div.DivClassName
{
background-color: #925983;
}
.BgClassName
{
background-color: #925983;
}
</style>
border-color css
<style>
span { border-color: #925983; }
span { border-color: rgb(146,89,131); }
td.TdClassName
{
border-color: #925983;
}
.TagClassName
{
border-color: #925983;
}
</style>