Shades of Strikemaster #92667D
Tints of Strikemaster #92667D
RGB
CMYK
RGB Variations
Color information
#92667D (or 0x92667D) is known color: Strikemaster. HEX triplet: 92, 66 and 7D. RGB value is (146,102,125). Sum of RGB (Red+Green+Blue) = 146+102+125=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #92667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92667D is #6D9982. Grayscale: #757575. Windows color (decimal): -7182723 or 8218258. OLE color: 8218258.
HSL color Cylindrical-coordinate representation of color #92667D: hue angle of 328.64º 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 #92667D is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 102 | 125 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.43 |
| HSL | 328.64º | 0.18% | 0.49% | - |
| HSV(B) | 328.64º | 0.3% | 0.57% | - |
| XYZ | 20.31 | 17.09 | 21.63 | - |
| YUV | 117.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 102 | 125 | 0 | 0.30 | 0.14 | 0.43 | 328.64 | 0.18 | 0.49 |
| Hex | 92 | 66 | 7D | 0 | 1E | E | 2B | 149 | 12 | 31 |
| Octal | 222 | 146 | 175 | 0 | 36 | 16 | 53 | 511 | 22 | 61 |
| Binary | 10010010 | 1100110 | 1111101 | 0 | 11110 | 1110 | 101011 | 101001001 | 10010 | 110001 |
Color Harmonies of #92667D
Complementary color
Monochromatic Colors of #92667D
Black with #92667D
Text Example
Text Example
White with #92667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92667D; }
p { color: rgb(146,102,125); }
H1.HeaderClassName
{
color: #92667D;
}
.AnyTagClassName
{
color: #92667D;
}
</style>
background-color css
<style>
a { background-color: #92667D; }
a { background-color: rgb(146,102,125); }
div.DivClassName
{
background-color: #92667D;
}
.BgClassName
{
background-color: #92667D;
}
</style>
border-color css
<style>
span { border-color: #92667D; }
span { border-color: rgb(146,102,125); }
td.TdClassName
{
border-color: #92667D;
}
.TagClassName
{
border-color: #92667D;
}
</style>