Shades of Strikemaster #92627D
Tints of Strikemaster #92627D
RGB
CMYK
RGB Variations
Color information
#92627D (or 0x92627D) is known color: Strikemaster. HEX triplet: 92, 62 and 7D. RGB value is (146,98,125). Sum of RGB (Red+Green+Blue) = 146+98+125=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #92627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92627D is #6D9D82. Grayscale: #737373. Windows color (decimal): -7183747 or 8217234. OLE color: 8217234.
HSL color Cylindrical-coordinate representation of color #92627D: hue angle of 326.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92627D is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 98 | 125 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.43 |
| HSL | 326.25º | 0.2% | 0.48% | - |
| HSV(B) | 326.25º | 0.33% | 0.57% | - |
| XYZ | 19.92 | 16.33 | 21.5 | - |
| YUV | 115.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 125 | 0 | 0.33 | 0.14 | 0.43 | 326.25 | 0.2 | 0.48 |
| Hex | 92 | 62 | 7D | 0 | 21 | E | 2B | 146 | 14 | 30 |
| Octal | 222 | 142 | 175 | 0 | 41 | 16 | 53 | 506 | 24 | 60 |
| Binary | 10010010 | 1100010 | 1111101 | 0 | 100001 | 1110 | 101011 | 101000110 | 10100 | 110000 |
Color Harmonies of #92627D
Complementary color
Monochromatic Colors of #92627D
Black with #92627D
Text Example
Text Example
White with #92627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92627D; }
p { color: rgb(146,98,125); }
H1.HeaderClassName
{
color: #92627D;
}
.AnyTagClassName
{
color: #92627D;
}
</style>
background-color css
<style>
a { background-color: #92627D; }
a { background-color: rgb(146,98,125); }
div.DivClassName
{
background-color: #92627D;
}
.BgClassName
{
background-color: #92627D;
}
</style>
border-color css
<style>
span { border-color: #92627D; }
span { border-color: rgb(146,98,125); }
td.TdClassName
{
border-color: #92627D;
}
.TagClassName
{
border-color: #92627D;
}
</style>