Shades of Strikemaster #92627F
Tints of Strikemaster #92627F
RGB
CMYK
RGB Variations
Color information
#92627F (or 0x92627F) is known color: Strikemaster. HEX triplet: 92, 62 and 7F. RGB value is (146,98,127). Sum of RGB (Red+Green+Blue) = 146+98+127=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 146 - color contains mainly: red. Hex color #92627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92627F is #6D9D80. Grayscale: #737373. Windows color (decimal): -7183745 or 8348306. OLE color: 8348306.
HSL color Cylindrical-coordinate representation of color #92627F: hue angle of 323.75º 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 #92627F is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 98 | 127 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.43 |
| HSL | 323.75º | 0.2% | 0.48% | - |
| HSV(B) | 323.75º | 0.33% | 0.57% | - |
| XYZ | 20.05 | 16.38 | 22.18 | - |
| YUV | 115.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 127 | 0 | 0.33 | 0.13 | 0.43 | 323.75 | 0.2 | 0.48 |
| Hex | 92 | 62 | 7F | 0 | 21 | D | 2B | 144 | 14 | 30 |
| Octal | 222 | 142 | 177 | 0 | 41 | 15 | 53 | 504 | 24 | 60 |
| Binary | 10010010 | 1100010 | 1111111 | 0 | 100001 | 1101 | 101011 | 101000100 | 10100 | 110000 |
Color Harmonies of #92627F
Complementary color
Monochromatic Colors of #92627F
Black with #92627F
Text Example
Text Example
White with #92627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92627F; }
p { color: rgb(146,98,127); }
H1.HeaderClassName
{
color: #92627F;
}
.AnyTagClassName
{
color: #92627F;
}
</style>
background-color css
<style>
a { background-color: #92627F; }
a { background-color: rgb(146,98,127); }
div.DivClassName
{
background-color: #92627F;
}
.BgClassName
{
background-color: #92627F;
}
</style>
border-color css
<style>
span { border-color: #92627F; }
span { border-color: rgb(146,98,127); }
td.TdClassName
{
border-color: #92627F;
}
.TagClassName
{
border-color: #92627F;
}
</style>