Shades of Strikemaster #926181
Tints of Strikemaster #926181
RGB
CMYK
RGB Variations
Color information
#926181 (or 0x926181) is known color: Strikemaster. HEX triplet: 92, 61 and 81. RGB value is (146,97,129). Sum of RGB (Red+Green+Blue) = 146+97+129=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 146 - color contains mainly: red. Hex color #926181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926181 is #6D9E7E. Grayscale: #737373. Windows color (decimal): -7183999 or 8479122. OLE color: 8479122.
HSL color Cylindrical-coordinate representation of color #926181: hue angle of 320.82º 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 #926181 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 97 | 129 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.43 |
| HSL | 320.82º | 0.2% | 0.48% | - |
| HSV(B) | 320.82º | 0.34% | 0.57% | - |
| XYZ | 20.09 | 16.25 | 22.85 | - |
| YUV | 115.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 97 | 129 | 0 | 0.34 | 0.12 | 0.43 | 320.82 | 0.2 | 0.48 |
| Hex | 92 | 61 | 81 | 0 | 22 | C | 2B | 141 | 14 | 30 |
| Octal | 222 | 141 | 201 | 0 | 42 | 14 | 53 | 501 | 24 | 60 |
| Binary | 10010010 | 1100001 | 10000001 | 0 | 100010 | 1100 | 101011 | 101000001 | 10100 | 110000 |
Color Harmonies of #926181
Complementary color
Monochromatic Colors of #926181
Black with #926181
Text Example
Text Example
White with #926181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926181; }
p { color: rgb(146,97,129); }
H1.HeaderClassName
{
color: #926181;
}
.AnyTagClassName
{
color: #926181;
}
</style>
background-color css
<style>
a { background-color: #926181; }
a { background-color: rgb(146,97,129); }
div.DivClassName
{
background-color: #926181;
}
.BgClassName
{
background-color: #926181;
}
</style>
border-color css
<style>
span { border-color: #926181; }
span { border-color: rgb(146,97,129); }
td.TdClassName
{
border-color: #926181;
}
.TagClassName
{
border-color: #926181;
}
</style>