Shades of Strikemaster #955E7B
Tints of Strikemaster #955E7B
RGB
CMYK
RGB Variations
Color information
#955E7B (or 0x955E7B) is known color: Strikemaster. HEX triplet: 95, 5E and 7B. RGB value is (149,94,123). Sum of RGB (Red+Green+Blue) = 149+94+123=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #955E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955E7B is #6AA184. Grayscale: #717171. Windows color (decimal): -6988165 or 8085141. OLE color: 8085141.
HSL color Cylindrical-coordinate representation of color #955E7B: hue angle of 328.36º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #955E7B is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 94 | 123 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.42 |
| HSL | 328.36º | 0.23% | 0.48% | - |
| HSV(B) | 328.36º | 0.37% | 0.58% | - |
| XYZ | 19.97 | 15.83 | 20.74 | - |
| YUV | 113.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 123 | 0 | 0.37 | 0.17 | 0.42 | 328.36 | 0.23 | 0.48 |
| Hex | 95 | 5E | 7B | 0 | 25 | 11 | 2A | 148 | 17 | 30 |
| Octal | 225 | 136 | 173 | 0 | 45 | 21 | 52 | 510 | 27 | 60 |
| Binary | 10010101 | 1011110 | 1111011 | 0 | 100101 | 10001 | 101010 | 101001000 | 10111 | 110000 |
Color Harmonies of #955E7B
Complementary color
Monochromatic Colors of #955E7B
Black with #955E7B
Text Example
Text Example
White with #955E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E7B; }
p { color: rgb(149,94,123); }
H1.HeaderClassName
{
color: #955E7B;
}
.AnyTagClassName
{
color: #955E7B;
}
</style>
background-color css
<style>
a { background-color: #955E7B; }
a { background-color: rgb(149,94,123); }
div.DivClassName
{
background-color: #955E7B;
}
.BgClassName
{
background-color: #955E7B;
}
</style>
border-color css
<style>
span { border-color: #955E7B; }
span { border-color: rgb(149,94,123); }
td.TdClassName
{
border-color: #955E7B;
}
.TagClassName
{
border-color: #955E7B;
}
</style>