Shades of Strikemaster #956E7D
Tints of Strikemaster #956E7D
RGB
CMYK
RGB Variations
Color information
#956E7D (or 0x956E7D) is known color: Strikemaster. HEX triplet: 95, 6E and 7D. RGB value is (149,110,125). Sum of RGB (Red+Green+Blue) = 149+110+125=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #956E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E7D is #6A9182. Grayscale: #7B7B7B. Windows color (decimal): -6984067 or 8220309. OLE color: 8220309.
HSL color Cylindrical-coordinate representation of color #956E7D: hue angle of 336.92º 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 #956E7D is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 110 | 125 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.42 |
| HSL | 336.92º | 0.16% | 0.51% | - |
| HSV(B) | 336.92º | 0.26% | 0.58% | - |
| XYZ | 21.67 | 19.02 | 21.93 | - |
| YUV | 123.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 110 | 125 | 0 | 0.26 | 0.16 | 0.42 | 336.92 | 0.16 | 0.51 |
| Hex | 95 | 6E | 7D | 0 | 1A | 10 | 2A | 151 | 10 | 33 |
| Octal | 225 | 156 | 175 | 0 | 32 | 20 | 52 | 521 | 20 | 63 |
| Binary | 10010101 | 1101110 | 1111101 | 0 | 11010 | 10000 | 101010 | 101010001 | 10000 | 110011 |
Color Harmonies of #956E7D
Complementary color
Monochromatic Colors of #956E7D
Black with #956E7D
Text Example
Text Example
White with #956E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956E7D; }
p { color: rgb(149,110,125); }
H1.HeaderClassName
{
color: #956E7D;
}
.AnyTagClassName
{
color: #956E7D;
}
</style>
background-color css
<style>
a { background-color: #956E7D; }
a { background-color: rgb(149,110,125); }
div.DivClassName
{
background-color: #956E7D;
}
.BgClassName
{
background-color: #956E7D;
}
</style>
border-color css
<style>
span { border-color: #956E7D; }
span { border-color: rgb(149,110,125); }
td.TdClassName
{
border-color: #956E7D;
}
.TagClassName
{
border-color: #956E7D;
}
</style>