Shades of Strikemaster #956386
Tints of Strikemaster #956386
RGB
CMYK
RGB Variations
Color information
#956386 (or 0x956386) is known color: Strikemaster. HEX triplet: 95, 63 and 86. RGB value is (149,99,134). Sum of RGB (Red+Green+Blue) = 149+99+134=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #956386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956386 is #6A9C79. Grayscale: #757575. Windows color (decimal): -6986874 or 8807317. OLE color: 8807317.
HSL color Cylindrical-coordinate representation of color #956386: hue angle of 318º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956386 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 99 | 134 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.42 |
| HSL | 318º | 0.2% | 0.49% | - |
| HSV(B) | 318º | 0.34% | 0.58% | - |
| XYZ | 21.16 | 17.03 | 24.73 | - |
| YUV | 117.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 99 | 134 | 0 | 0.34 | 0.10 | 0.42 | 318 | 0.2 | 0.49 |
| Hex | 95 | 63 | 86 | 0 | 22 | A | 2A | 13E | 14 | 31 |
| Octal | 225 | 143 | 206 | 0 | 42 | 12 | 52 | 476 | 24 | 61 |
| Binary | 10010101 | 1100011 | 10000110 | 0 | 100010 | 1010 | 101010 | 100111110 | 10100 | 110001 |
Color Harmonies of #956386
Complementary color
Monochromatic Colors of #956386
Black with #956386
Text Example
Text Example
White with #956386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956386; }
p { color: rgb(149,99,134); }
H1.HeaderClassName
{
color: #956386;
}
.AnyTagClassName
{
color: #956386;
}
</style>
background-color css
<style>
a { background-color: #956386; }
a { background-color: rgb(149,99,134); }
div.DivClassName
{
background-color: #956386;
}
.BgClassName
{
background-color: #956386;
}
</style>
border-color css
<style>
span { border-color: #956386; }
span { border-color: rgb(149,99,134); }
td.TdClassName
{
border-color: #956386;
}
.TagClassName
{
border-color: #956386;
}
</style>