Shades of Strikemaster #926188
Tints of Strikemaster #926188
RGB
CMYK
RGB Variations
Color information
#926188 (or 0x926188) is known color: Strikemaster. HEX triplet: 92, 61 and 88. RGB value is (146,97,136). Sum of RGB (Red+Green+Blue) = 146+97+136=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 146 - color contains mainly: red. Hex color #926188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926188 is #6D9E77. Grayscale: #737373. Windows color (decimal): -7183992 or 8937874. OLE color: 8937874.
HSL color Cylindrical-coordinate representation of color #926188: hue angle of 312.24º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926188 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 97 | 136 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.43 |
| HSL | 312.24º | 0.2% | 0.48% | - |
| HSV(B) | 312.24º | 0.34% | 0.57% | - |
| XYZ | 20.57 | 16.44 | 25.38 | - |
| YUV | 116.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 97 | 136 | 0 | 0.34 | 0.07 | 0.43 | 312.24 | 0.2 | 0.48 |
| Hex | 92 | 61 | 88 | 0 | 22 | 7 | 2B | 138 | 14 | 30 |
| Octal | 222 | 141 | 210 | 0 | 42 | 7 | 53 | 470 | 24 | 60 |
| Binary | 10010010 | 1100001 | 10001000 | 0 | 100010 | 111 | 101011 | 100111000 | 10100 | 110000 |
Color Harmonies of #926188
Complementary color
Monochromatic Colors of #926188
Black with #926188
Text Example
Text Example
White with #926188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926188; }
p { color: rgb(146,97,136); }
H1.HeaderClassName
{
color: #926188;
}
.AnyTagClassName
{
color: #926188;
}
</style>
background-color css
<style>
a { background-color: #926188; }
a { background-color: rgb(146,97,136); }
div.DivClassName
{
background-color: #926188;
}
.BgClassName
{
background-color: #926188;
}
</style>
border-color css
<style>
span { border-color: #926188; }
span { border-color: rgb(146,97,136); }
td.TdClassName
{
border-color: #926188;
}
.TagClassName
{
border-color: #926188;
}
</style>