Shades of Strikemaster #956486
Tints of Strikemaster #956486
RGB
CMYK
RGB Variations
Color information
#956486 (or 0x956486) is known color: Strikemaster. HEX triplet: 95, 64 and 86. RGB value is (149,100,134). Sum of RGB (Red+Green+Blue) = 149+100+134=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #956486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956486 is #6A9B79. Grayscale: #767676. Windows color (decimal): -6986618 or 8807573. OLE color: 8807573.
HSL color Cylindrical-coordinate representation of color #956486: hue angle of 318.37º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #956486 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 100 | 134 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.42 |
| HSL | 318.37º | 0.2% | 0.49% | - |
| HSV(B) | 318.37º | 0.33% | 0.58% | - |
| XYZ | 21.25 | 17.23 | 24.76 | - |
| YUV | 118.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 134 | 0 | 0.33 | 0.10 | 0.42 | 318.37 | 0.2 | 0.49 |
| Hex | 95 | 64 | 86 | 0 | 21 | A | 2A | 13E | 14 | 31 |
| Octal | 225 | 144 | 206 | 0 | 41 | 12 | 52 | 476 | 24 | 61 |
| Binary | 10010101 | 1100100 | 10000110 | 0 | 100001 | 1010 | 101010 | 100111110 | 10100 | 110001 |
Color Harmonies of #956486
Complementary color
Monochromatic Colors of #956486
Black with #956486
Text Example
Text Example
White with #956486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956486; }
p { color: rgb(149,100,134); }
H1.HeaderClassName
{
color: #956486;
}
.AnyTagClassName
{
color: #956486;
}
</style>
background-color css
<style>
a { background-color: #956486; }
a { background-color: rgb(149,100,134); }
div.DivClassName
{
background-color: #956486;
}
.BgClassName
{
background-color: #956486;
}
</style>
border-color css
<style>
span { border-color: #956486; }
span { border-color: rgb(149,100,134); }
td.TdClassName
{
border-color: #956486;
}
.TagClassName
{
border-color: #956486;
}
</style>