Shades of Strikemaster #955E84
Tints of Strikemaster #955E84
RGB
CMYK
RGB Variations
Color information
#955E84 (or 0x955E84) is known color: Strikemaster. HEX triplet: 95, 5E and 84. RGB value is (149,94,132). Sum of RGB (Red+Green+Blue) = 149+94+132=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #955E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955E84 is #6AA17B. Grayscale: #727272. Windows color (decimal): -6988156 or 8674965. OLE color: 8674965.
HSL color Cylindrical-coordinate representation of color #955E84: hue angle of 318.55º 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 #955E84 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 94 | 132 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.42 |
| HSL | 318.55º | 0.23% | 0.48% | - |
| HSV(B) | 318.55º | 0.37% | 0.58% | - |
| XYZ | 20.56 | 16.06 | 23.85 | - |
| YUV | 114.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 132 | 0 | 0.37 | 0.11 | 0.42 | 318.55 | 0.23 | 0.48 |
| Hex | 95 | 5E | 84 | 0 | 25 | B | 2A | 13F | 17 | 30 |
| Octal | 225 | 136 | 204 | 0 | 45 | 13 | 52 | 477 | 27 | 60 |
| Binary | 10010101 | 1011110 | 10000100 | 0 | 100101 | 1011 | 101010 | 100111111 | 10111 | 110000 |
Color Harmonies of #955E84
Complementary color
Monochromatic Colors of #955E84
Black with #955E84
Text Example
Text Example
White with #955E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E84; }
p { color: rgb(149,94,132); }
H1.HeaderClassName
{
color: #955E84;
}
.AnyTagClassName
{
color: #955E84;
}
</style>
background-color css
<style>
a { background-color: #955E84; }
a { background-color: rgb(149,94,132); }
div.DivClassName
{
background-color: #955E84;
}
.BgClassName
{
background-color: #955E84;
}
</style>
border-color css
<style>
span { border-color: #955E84; }
span { border-color: rgb(149,94,132); }
td.TdClassName
{
border-color: #955E84;
}
.TagClassName
{
border-color: #955E84;
}
</style>