Shades of Strikemaster #926E83
Tints of Strikemaster #926E83
RGB
CMYK
RGB Variations
Color information
#926E83 (or 0x926E83) is known color: Strikemaster. HEX triplet: 92, 6E and 83. RGB value is (146,110,131). Sum of RGB (Red+Green+Blue) = 146+110+131=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #926E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926E83 is #6D917C. Grayscale: #7B7B7B. Windows color (decimal): -7180669 or 8613522. OLE color: 8613522.
HSL color Cylindrical-coordinate representation of color #926E83: hue angle of 325º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #926E83 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 110 | 131 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.43 |
| HSL | 325º | 0.14% | 0.5% | - |
| HSV(B) | 325º | 0.25% | 0.57% | - |
| XYZ | 21.53 | 18.9 | 23.99 | - |
| YUV | 123.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 131 | 0 | 0.25 | 0.10 | 0.43 | 325 | 0.14 | 0.5 |
| Hex | 92 | 6E | 83 | 0 | 19 | A | 2B | 145 | E | 32 |
| Octal | 222 | 156 | 203 | 0 | 31 | 12 | 53 | 505 | 16 | 62 |
| Binary | 10010010 | 1101110 | 10000011 | 0 | 11001 | 1010 | 101011 | 101000101 | 1110 | 110010 |
Color Harmonies of #926E83
Complementary color
Monochromatic Colors of #926E83
Black with #926E83
Text Example
Text Example
White with #926E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926E83; }
p { color: rgb(146,110,131); }
H1.HeaderClassName
{
color: #926E83;
}
.AnyTagClassName
{
color: #926E83;
}
</style>
background-color css
<style>
a { background-color: #926E83; }
a { background-color: rgb(146,110,131); }
div.DivClassName
{
background-color: #926E83;
}
.BgClassName
{
background-color: #926E83;
}
</style>
border-color css
<style>
span { border-color: #926E83; }
span { border-color: rgb(146,110,131); }
td.TdClassName
{
border-color: #926E83;
}
.TagClassName
{
border-color: #926E83;
}
</style>