Shades of Strikemaster #86607B
Tints of Strikemaster #86607B
RGB
CMYK
RGB Variations
Color information
#86607B (or 0x86607B) is known color: Strikemaster. HEX triplet: 86, 60 and 7B. RGB value is (134,96,123). Sum of RGB (Red+Green+Blue) = 134+96+123=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #86607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86607B is #799F84. Grayscale: #6E6E6E. Windows color (decimal): -7970693 or 8085638. OLE color: 8085638.
HSL color Cylindrical-coordinate representation of color #86607B: hue angle of 317.37º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86607B is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 96 | 123 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.47 |
| HSL | 317.37º | 0.17% | 0.45% | - |
| HSV(B) | 317.37º | 0.28% | 0.53% | - |
| XYZ | 17.59 | 14.86 | 20.68 | - |
| YUV | 110.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 123 | 0 | 0.28 | 0.08 | 0.47 | 317.37 | 0.17 | 0.45 |
| Hex | 86 | 60 | 7B | 0 | 1C | 8 | 2F | 13D | 11 | 2D |
| Octal | 206 | 140 | 173 | 0 | 34 | 10 | 57 | 475 | 21 | 55 |
| Binary | 10000110 | 1100000 | 1111011 | 0 | 11100 | 1000 | 101111 | 100111101 | 10001 | 101101 |
Color Harmonies of #86607B
Complementary color
Monochromatic Colors of #86607B
Black with #86607B
Text Example
Text Example
White with #86607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86607B; }
p { color: rgb(134,96,123); }
H1.HeaderClassName
{
color: #86607B;
}
.AnyTagClassName
{
color: #86607B;
}
</style>
background-color css
<style>
a { background-color: #86607B; }
a { background-color: rgb(134,96,123); }
div.DivClassName
{
background-color: #86607B;
}
.BgClassName
{
background-color: #86607B;
}
</style>
border-color css
<style>
span { border-color: #86607B; }
span { border-color: rgb(134,96,123); }
td.TdClassName
{
border-color: #86607B;
}
.TagClassName
{
border-color: #86607B;
}
</style>