Shades of Strikemaster #92668A
Tints of Strikemaster #92668A
RGB
CMYK
RGB Variations
Color information
#92668A (or 0x92668A) is known color: Strikemaster. HEX triplet: 92, 66 and 8A. RGB value is (146,102,138). Sum of RGB (Red+Green+Blue) = 146+102+138=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 146 - color contains mainly: red. Hex color #92668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92668A is #6D9975. Grayscale: #777777. Windows color (decimal): -7182710 or 9070226. OLE color: 9070226.
HSL color Cylindrical-coordinate representation of color #92668A: hue angle of 310.91º 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 #92668A is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 102 | 138 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.43 |
| HSL | 310.91º | 0.18% | 0.49% | - |
| HSV(B) | 310.91º | 0.3% | 0.57% | - |
| XYZ | 21.19 | 17.45 | 26.3 | - |
| YUV | 119.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 102 | 138 | 0 | 0.30 | 0.05 | 0.43 | 310.91 | 0.18 | 0.49 |
| Hex | 92 | 66 | 8A | 0 | 1E | 5 | 2B | 137 | 12 | 31 |
| Octal | 222 | 146 | 212 | 0 | 36 | 5 | 53 | 467 | 22 | 61 |
| Binary | 10010010 | 1100110 | 10001010 | 0 | 11110 | 101 | 101011 | 100110111 | 10010 | 110001 |
Color Harmonies of #92668A
Complementary color
Monochromatic Colors of #92668A
Black with #92668A
Text Example
Text Example
White with #92668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92668A; }
p { color: rgb(146,102,138); }
H1.HeaderClassName
{
color: #92668A;
}
.AnyTagClassName
{
color: #92668A;
}
</style>
background-color css
<style>
a { background-color: #92668A; }
a { background-color: rgb(146,102,138); }
div.DivClassName
{
background-color: #92668A;
}
.BgClassName
{
background-color: #92668A;
}
</style>
border-color css
<style>
span { border-color: #92668A; }
span { border-color: rgb(146,102,138); }
td.TdClassName
{
border-color: #92668A;
}
.TagClassName
{
border-color: #92668A;
}
</style>