Shades of Strikemaster #92667C
Tints of Strikemaster #92667C
RGB
CMYK
RGB Variations
Color information
#92667C (or 0x92667C) is known color: Strikemaster. HEX triplet: 92, 66 and 7C. RGB value is (146,102,124). Sum of RGB (Red+Green+Blue) = 146+102+124=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 146 - color contains mainly: red. Hex color #92667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92667C is #6D9983. Grayscale: #757575. Windows color (decimal): -7182724 or 8152722. OLE color: 8152722.
HSL color Cylindrical-coordinate representation of color #92667C: hue angle of 330º 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 #92667C is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 102 | 124 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.43 |
| HSL | 330º | 0.18% | 0.49% | - |
| HSV(B) | 330º | 0.3% | 0.57% | - |
| XYZ | 20.24 | 17.07 | 21.3 | - |
| YUV | 117.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 102 | 124 | 0 | 0.30 | 0.15 | 0.43 | 330 | 0.18 | 0.49 |
| Hex | 92 | 66 | 7C | 0 | 1E | F | 2B | 14A | 12 | 31 |
| Octal | 222 | 146 | 174 | 0 | 36 | 17 | 53 | 512 | 22 | 61 |
| Binary | 10010010 | 1100110 | 1111100 | 0 | 11110 | 1111 | 101011 | 101001010 | 10010 | 110001 |
Color Harmonies of #92667C
Complementary color
Monochromatic Colors of #92667C
Black with #92667C
Text Example
Text Example
White with #92667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92667C; }
p { color: rgb(146,102,124); }
H1.HeaderClassName
{
color: #92667C;
}
.AnyTagClassName
{
color: #92667C;
}
</style>
background-color css
<style>
a { background-color: #92667C; }
a { background-color: rgb(146,102,124); }
div.DivClassName
{
background-color: #92667C;
}
.BgClassName
{
background-color: #92667C;
}
</style>
border-color css
<style>
span { border-color: #92667C; }
span { border-color: rgb(146,102,124); }
td.TdClassName
{
border-color: #92667C;
}
.TagClassName
{
border-color: #92667C;
}
</style>