Shades of Strikemaster #92627E
Tints of Strikemaster #92627E
RGB
CMYK
RGB Variations
Color information
#92627E (or 0x92627E) is known color: Strikemaster. HEX triplet: 92, 62 and 7E. RGB value is (146,98,126). Sum of RGB (Red+Green+Blue) = 146+98+126=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 146 - color contains mainly: red. Hex color #92627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92627E is #6D9D81. Grayscale: #737373. Windows color (decimal): -7183746 or 8282770. OLE color: 8282770.
HSL color Cylindrical-coordinate representation of color #92627E: hue angle of 325º 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 #92627E is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 98 | 126 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.43 |
| HSL | 325º | 0.2% | 0.48% | - |
| HSV(B) | 325º | 0.33% | 0.57% | - |
| XYZ | 19.99 | 16.35 | 21.84 | - |
| YUV | 115.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 126 | 0 | 0.33 | 0.14 | 0.43 | 325 | 0.2 | 0.48 |
| Hex | 92 | 62 | 7E | 0 | 21 | E | 2B | 145 | 14 | 30 |
| Octal | 222 | 142 | 176 | 0 | 41 | 16 | 53 | 505 | 24 | 60 |
| Binary | 10010010 | 1100010 | 1111110 | 0 | 100001 | 1110 | 101011 | 101000101 | 10100 | 110000 |
Color Harmonies of #92627E
Complementary color
Monochromatic Colors of #92627E
Black with #92627E
Text Example
Text Example
White with #92627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92627E; }
p { color: rgb(146,98,126); }
H1.HeaderClassName
{
color: #92627E;
}
.AnyTagClassName
{
color: #92627E;
}
</style>
background-color css
<style>
a { background-color: #92627E; }
a { background-color: rgb(146,98,126); }
div.DivClassName
{
background-color: #92627E;
}
.BgClassName
{
background-color: #92627E;
}
</style>
border-color css
<style>
span { border-color: #92627E; }
span { border-color: rgb(146,98,126); }
td.TdClassName
{
border-color: #92627E;
}
.TagClassName
{
border-color: #92627E;
}
</style>