Shades of Strikemaster #92678B
Tints of Strikemaster #92678B
RGB
CMYK
RGB Variations
Color information
#92678B (or 0x92678B) is known color: Strikemaster. HEX triplet: 92, 67 and 8B. RGB value is (146,103,139). Sum of RGB (Red+Green+Blue) = 146+103+139=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 146 - color contains mainly: red. Hex color #92678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92678B is #6D9874. Grayscale: #777777. Windows color (decimal): -7182453 or 9136018. OLE color: 9136018.
HSL color Cylindrical-coordinate representation of color #92678B: hue angle of 309.77º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92678B is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 103 | 139 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.43 |
| HSL | 309.77º | 0.17% | 0.49% | - |
| HSV(B) | 309.77º | 0.29% | 0.57% | - |
| XYZ | 21.36 | 17.68 | 26.71 | - |
| YUV | 119.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 103 | 139 | 0 | 0.29 | 0.05 | 0.43 | 309.77 | 0.17 | 0.49 |
| Hex | 92 | 67 | 8B | 0 | 1D | 5 | 2B | 136 | 11 | 31 |
| Octal | 222 | 147 | 213 | 0 | 35 | 5 | 53 | 466 | 21 | 61 |
| Binary | 10010010 | 1100111 | 10001011 | 0 | 11101 | 101 | 101011 | 100110110 | 10001 | 110001 |
Color Harmonies of #92678B
Complementary color
Monochromatic Colors of #92678B
Black with #92678B
Text Example
Text Example
White with #92678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92678B; }
p { color: rgb(146,103,139); }
H1.HeaderClassName
{
color: #92678B;
}
.AnyTagClassName
{
color: #92678B;
}
</style>
background-color css
<style>
a { background-color: #92678B; }
a { background-color: rgb(146,103,139); }
div.DivClassName
{
background-color: #92678B;
}
.BgClassName
{
background-color: #92678B;
}
</style>
border-color css
<style>
span { border-color: #92678B; }
span { border-color: rgb(146,103,139); }
td.TdClassName
{
border-color: #92678B;
}
.TagClassName
{
border-color: #92678B;
}
</style>