Shades of Strikemaster #926385
Tints of Strikemaster #926385
RGB
CMYK
RGB Variations
Color information
#926385 (or 0x926385) is known color: Strikemaster. HEX triplet: 92, 63 and 85. RGB value is (146,99,133). Sum of RGB (Red+Green+Blue) = 146+99+133=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #926385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926385 is #6D9C7A. Grayscale: #747474. Windows color (decimal): -7183483 or 8741778. OLE color: 8741778.
HSL color Cylindrical-coordinate representation of color #926385: hue angle of 316.6º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #926385 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 99 | 133 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.43 |
| HSL | 316.6º | 0.19% | 0.48% | - |
| HSV(B) | 316.6º | 0.32% | 0.57% | - |
| XYZ | 20.55 | 16.73 | 24.34 | - |
| YUV | 116.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 133 | 0 | 0.32 | 0.09 | 0.43 | 316.6 | 0.19 | 0.48 |
| Hex | 92 | 63 | 85 | 0 | 20 | 9 | 2B | 13D | 13 | 30 |
| Octal | 222 | 143 | 205 | 0 | 40 | 11 | 53 | 475 | 23 | 60 |
| Binary | 10010010 | 1100011 | 10000101 | 0 | 100000 | 1001 | 101011 | 100111101 | 10011 | 110000 |
Color Harmonies of #926385
Complementary color
Monochromatic Colors of #926385
Black with #926385
Text Example
Text Example
White with #926385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926385; }
p { color: rgb(146,99,133); }
H1.HeaderClassName
{
color: #926385;
}
.AnyTagClassName
{
color: #926385;
}
</style>
background-color css
<style>
a { background-color: #926385; }
a { background-color: rgb(146,99,133); }
div.DivClassName
{
background-color: #926385;
}
.BgClassName
{
background-color: #926385;
}
</style>
border-color css
<style>
span { border-color: #926385; }
span { border-color: rgb(146,99,133); }
td.TdClassName
{
border-color: #926385;
}
.TagClassName
{
border-color: #926385;
}
</style>