Shades of Strikemaster #955E81
Tints of Strikemaster #955E81
RGB
CMYK
RGB Variations
Color information
#955E81 (or 0x955E81) is known color: Strikemaster. HEX triplet: 95, 5E and 81. RGB value is (149,94,129). Sum of RGB (Red+Green+Blue) = 149+94+129=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #955E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955E81 is #6AA17E. Grayscale: #727272. Windows color (decimal): -6988159 or 8478357. OLE color: 8478357.
HSL color Cylindrical-coordinate representation of color #955E81: hue angle of 321.82º 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 #955E81 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 94 | 129 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.42 |
| HSL | 321.82º | 0.23% | 0.48% | - |
| HSV(B) | 321.82º | 0.37% | 0.58% | - |
| XYZ | 20.36 | 15.98 | 22.78 | - |
| YUV | 114.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 129 | 0 | 0.37 | 0.13 | 0.42 | 321.82 | 0.23 | 0.48 |
| Hex | 95 | 5E | 81 | 0 | 25 | D | 2A | 142 | 17 | 30 |
| Octal | 225 | 136 | 201 | 0 | 45 | 15 | 52 | 502 | 27 | 60 |
| Binary | 10010101 | 1011110 | 10000001 | 0 | 100101 | 1101 | 101010 | 101000010 | 10111 | 110000 |
Color Harmonies of #955E81
Complementary color
Monochromatic Colors of #955E81
Black with #955E81
Text Example
Text Example
White with #955E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E81; }
p { color: rgb(149,94,129); }
H1.HeaderClassName
{
color: #955E81;
}
.AnyTagClassName
{
color: #955E81;
}
</style>
background-color css
<style>
a { background-color: #955E81; }
a { background-color: rgb(149,94,129); }
div.DivClassName
{
background-color: #955E81;
}
.BgClassName
{
background-color: #955E81;
}
</style>
border-color css
<style>
span { border-color: #955E81; }
span { border-color: rgb(149,94,129); }
td.TdClassName
{
border-color: #955E81;
}
.TagClassName
{
border-color: #955E81;
}
</style>