Shades of Strikemaster #956E7F
Tints of Strikemaster #956E7F
RGB
CMYK
RGB Variations
Color information
#956E7F (or 0x956E7F) is known color: Strikemaster. HEX triplet: 95, 6E and 7F. RGB value is (149,110,127). Sum of RGB (Red+Green+Blue) = 149+110+127=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #956E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E7F is #6A9180. Grayscale: #7B7B7B. Windows color (decimal): -6984065 or 8351381. OLE color: 8351381.
HSL color Cylindrical-coordinate representation of color #956E7F: hue angle of 333.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #956E7F is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 110 | 127 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.42 |
| HSL | 333.85º | 0.16% | 0.51% | - |
| HSV(B) | 333.85º | 0.26% | 0.58% | - |
| XYZ | 21.8 | 19.07 | 22.61 | - |
| YUV | 123.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 110 | 127 | 0 | 0.26 | 0.15 | 0.42 | 333.85 | 0.16 | 0.51 |
| Hex | 95 | 6E | 7F | 0 | 1A | F | 2A | 14E | 10 | 33 |
| Octal | 225 | 156 | 177 | 0 | 32 | 17 | 52 | 516 | 20 | 63 |
| Binary | 10010101 | 1101110 | 1111111 | 0 | 11010 | 1111 | 101010 | 101001110 | 10000 | 110011 |
Color Harmonies of #956E7F
Complementary color
Monochromatic Colors of #956E7F
Black with #956E7F
Text Example
Text Example
White with #956E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956E7F; }
p { color: rgb(149,110,127); }
H1.HeaderClassName
{
color: #956E7F;
}
.AnyTagClassName
{
color: #956E7F;
}
</style>
background-color css
<style>
a { background-color: #956E7F; }
a { background-color: rgb(149,110,127); }
div.DivClassName
{
background-color: #956E7F;
}
.BgClassName
{
background-color: #956E7F;
}
</style>
border-color css
<style>
span { border-color: #956E7F; }
span { border-color: rgb(149,110,127); }
td.TdClassName
{
border-color: #956E7F;
}
.TagClassName
{
border-color: #956E7F;
}
</style>