Shades of Strikemaster #926682
Tints of Strikemaster #926682
RGB
CMYK
RGB Variations
Color information
#926682 (or 0x926682) is known color: Strikemaster. HEX triplet: 92, 66 and 82. RGB value is (146,102,130). Sum of RGB (Red+Green+Blue) = 146+102+130=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #926682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926682 is #6D997D. Grayscale: #767676. Windows color (decimal): -7182718 or 8545938. OLE color: 8545938.
HSL color Cylindrical-coordinate representation of color #926682: hue angle of 321.82º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #926682 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 102 | 130 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.43 |
| HSL | 321.82º | 0.18% | 0.49% | - |
| HSV(B) | 321.82º | 0.3% | 0.57% | - |
| XYZ | 20.63 | 17.23 | 23.36 | - |
| YUV | 118.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 102 | 130 | 0 | 0.30 | 0.11 | 0.43 | 321.82 | 0.18 | 0.49 |
| Hex | 92 | 66 | 82 | 0 | 1E | B | 2B | 142 | 12 | 31 |
| Octal | 222 | 146 | 202 | 0 | 36 | 13 | 53 | 502 | 22 | 61 |
| Binary | 10010010 | 1100110 | 10000010 | 0 | 11110 | 1011 | 101011 | 101000010 | 10010 | 110001 |
Color Harmonies of #926682
Complementary color
Monochromatic Colors of #926682
Black with #926682
Text Example
Text Example
White with #926682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926682; }
p { color: rgb(146,102,130); }
H1.HeaderClassName
{
color: #926682;
}
.AnyTagClassName
{
color: #926682;
}
</style>
background-color css
<style>
a { background-color: #926682; }
a { background-color: rgb(146,102,130); }
div.DivClassName
{
background-color: #926682;
}
.BgClassName
{
background-color: #926682;
}
</style>
border-color css
<style>
span { border-color: #926682; }
span { border-color: rgb(146,102,130); }
td.TdClassName
{
border-color: #926682;
}
.TagClassName
{
border-color: #926682;
}
</style>