Shades of Strikemaster #926E88
Tints of Strikemaster #926E88
RGB
CMYK
RGB Variations
Color information
#926E88 (or 0x926E88) is known color: Strikemaster. HEX triplet: 92, 6E and 88. RGB value is (146,110,136). Sum of RGB (Red+Green+Blue) = 146+110+136=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #926E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926E88 is #6D9177. Grayscale: #7B7B7B. Windows color (decimal): -7180664 or 8941202. OLE color: 8941202.
HSL color Cylindrical-coordinate representation of color #926E88: hue angle of 316.67º 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 #926E88 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 110 | 136 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.43 |
| HSL | 316.67º | 0.14% | 0.5% | - |
| HSV(B) | 316.67º | 0.25% | 0.57% | - |
| XYZ | 21.87 | 19.04 | 25.81 | - |
| YUV | 123.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 136 | 0 | 0.25 | 0.07 | 0.43 | 316.67 | 0.14 | 0.5 |
| Hex | 92 | 6E | 88 | 0 | 19 | 7 | 2B | 13D | E | 32 |
| Octal | 222 | 156 | 210 | 0 | 31 | 7 | 53 | 475 | 16 | 62 |
| Binary | 10010010 | 1101110 | 10001000 | 0 | 11001 | 111 | 101011 | 100111101 | 1110 | 110010 |
Color Harmonies of #926E88
Complementary color
Monochromatic Colors of #926E88
Black with #926E88
Text Example
Text Example
White with #926E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926E88; }
p { color: rgb(146,110,136); }
H1.HeaderClassName
{
color: #926E88;
}
.AnyTagClassName
{
color: #926E88;
}
</style>
background-color css
<style>
a { background-color: #926E88; }
a { background-color: rgb(146,110,136); }
div.DivClassName
{
background-color: #926E88;
}
.BgClassName
{
background-color: #926E88;
}
</style>
border-color css
<style>
span { border-color: #926E88; }
span { border-color: rgb(146,110,136); }
td.TdClassName
{
border-color: #926E88;
}
.TagClassName
{
border-color: #926E88;
}
</style>