Shades of Strikemaster #955981
Tints of Strikemaster #955981
RGB
CMYK
RGB Variations
Color information
#955981 (or 0x955981) is known color: Strikemaster. HEX triplet: 95, 59 and 81. RGB value is (149,89,129). Sum of RGB (Red+Green+Blue) = 149+89+129=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #955981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955981 is #6AA67E. Grayscale: #6F6F6F. Windows color (decimal): -6989439 or 8477077. OLE color: 8477077.
HSL color Cylindrical-coordinate representation of color #955981: hue angle of 320º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955981 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 129 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.42 |
| HSL | 320º | 0.25% | 0.47% | - |
| HSV(B) | 320º | 0.4% | 0.58% | - |
| XYZ | 19.93 | 15.12 | 22.64 | - |
| YUV | 111.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 129 | 0 | 0.40 | 0.13 | 0.42 | 320 | 0.25 | 0.47 |
| Hex | 95 | 59 | 81 | 0 | 28 | D | 2A | 140 | 19 | 2F |
| Octal | 225 | 131 | 201 | 0 | 50 | 15 | 52 | 500 | 31 | 57 |
| Binary | 10010101 | 1011001 | 10000001 | 0 | 101000 | 1101 | 101010 | 101000000 | 11001 | 101111 |
Color Harmonies of #955981
Complementary color
Monochromatic Colors of #955981
Black with #955981
Text Example
Text Example
White with #955981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955981; }
p { color: rgb(149,89,129); }
H1.HeaderClassName
{
color: #955981;
}
.AnyTagClassName
{
color: #955981;
}
</style>
background-color css
<style>
a { background-color: #955981; }
a { background-color: rgb(149,89,129); }
div.DivClassName
{
background-color: #955981;
}
.BgClassName
{
background-color: #955981;
}
</style>
border-color css
<style>
span { border-color: #955981; }
span { border-color: rgb(149,89,129); }
td.TdClassName
{
border-color: #955981;
}
.TagClassName
{
border-color: #955981;
}
</style>