Shades of Strikemaster #956A81
Tints of Strikemaster #956A81
RGB
CMYK
RGB Variations
Color information
#956A81 (or 0x956A81) is known color: Strikemaster. HEX triplet: 95, 6A and 81. RGB value is (149,106,129). Sum of RGB (Red+Green+Blue) = 149+106+129=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #956A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956A81 is #6A957E. Grayscale: #797979. Windows color (decimal): -6985087 or 8481429. OLE color: 8481429.
HSL color Cylindrical-coordinate representation of color #956A81: hue angle of 327.91º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #956A81 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 106 | 129 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.42 |
| HSL | 327.91º | 0.17% | 0.5% | - |
| HSV(B) | 327.91º | 0.29% | 0.58% | - |
| XYZ | 21.51 | 18.28 | 23.16 | - |
| YUV | 121.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 129 | 0 | 0.29 | 0.13 | 0.42 | 327.91 | 0.17 | 0.5 |
| Hex | 95 | 6A | 81 | 0 | 1D | D | 2A | 148 | 11 | 32 |
| Octal | 225 | 152 | 201 | 0 | 35 | 15 | 52 | 510 | 21 | 62 |
| Binary | 10010101 | 1101010 | 10000001 | 0 | 11101 | 1101 | 101010 | 101001000 | 10001 | 110010 |
Color Harmonies of #956A81
Complementary color
Monochromatic Colors of #956A81
Black with #956A81
Text Example
Text Example
White with #956A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956A81; }
p { color: rgb(149,106,129); }
H1.HeaderClassName
{
color: #956A81;
}
.AnyTagClassName
{
color: #956A81;
}
</style>
background-color css
<style>
a { background-color: #956A81; }
a { background-color: rgb(149,106,129); }
div.DivClassName
{
background-color: #956A81;
}
.BgClassName
{
background-color: #956A81;
}
</style>
border-color css
<style>
span { border-color: #956A81; }
span { border-color: rgb(149,106,129); }
td.TdClassName
{
border-color: #956A81;
}
.TagClassName
{
border-color: #956A81;
}
</style>