Shades of Strikemaster #935F86
Tints of Strikemaster #935F86
RGB
CMYK
RGB Variations
Color information
#935F86 (or 0x935F86) is known color: Strikemaster. HEX triplet: 93, 5F and 86. RGB value is (147,95,134). Sum of RGB (Red+Green+Blue) = 147+95+134=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #935F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935F86 is #6CA079. Grayscale: #727272. Windows color (decimal): -7118970 or 8806291. OLE color: 8806291.
HSL color Cylindrical-coordinate representation of color #935F86: hue angle of 315º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #935F86 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 95 | 134 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.42 |
| HSL | 315º | 0.21% | 0.47% | - |
| HSV(B) | 315º | 0.35% | 0.58% | - |
| XYZ | 20.43 | 16.11 | 24.59 | - |
| YUV | 114.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 134 | 0 | 0.35 | 0.09 | 0.42 | 315 | 0.21 | 0.47 |
| Hex | 93 | 5F | 86 | 0 | 23 | 9 | 2A | 13B | 15 | 2F |
| Octal | 223 | 137 | 206 | 0 | 43 | 11 | 52 | 473 | 25 | 57 |
| Binary | 10010011 | 1011111 | 10000110 | 0 | 100011 | 1001 | 101010 | 100111011 | 10101 | 101111 |
Color Harmonies of #935F86
Complementary color
Monochromatic Colors of #935F86
Black with #935F86
Text Example
Text Example
White with #935F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935F86; }
p { color: rgb(147,95,134); }
H1.HeaderClassName
{
color: #935F86;
}
.AnyTagClassName
{
color: #935F86;
}
</style>
background-color css
<style>
a { background-color: #935F86; }
a { background-color: rgb(147,95,134); }
div.DivClassName
{
background-color: #935F86;
}
.BgClassName
{
background-color: #935F86;
}
</style>
border-color css
<style>
span { border-color: #935F86; }
span { border-color: rgb(147,95,134); }
td.TdClassName
{
border-color: #935F86;
}
.TagClassName
{
border-color: #935F86;
}
</style>