Shades of Strikemaster #955E80
Tints of Strikemaster #955E80
RGB
CMYK
RGB Variations
Color information
#955E80 (or 0x955E80) is known color: Strikemaster. HEX triplet: 95, 5E and 80. RGB value is (149,94,128). Sum of RGB (Red+Green+Blue) = 149+94+128=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #955E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955E80 is #6AA17F. Grayscale: #727272. Windows color (decimal): -6988160 or 8412821. OLE color: 8412821.
HSL color Cylindrical-coordinate representation of color #955E80: hue angle of 322.91º 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 #955E80 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 94 | 128 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.42 |
| HSL | 322.91º | 0.23% | 0.48% | - |
| HSV(B) | 322.91º | 0.37% | 0.58% | - |
| XYZ | 20.29 | 15.95 | 22.43 | - |
| YUV | 114.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 128 | 0 | 0.37 | 0.14 | 0.42 | 322.91 | 0.23 | 0.48 |
| Hex | 95 | 5E | 80 | 0 | 25 | E | 2A | 143 | 17 | 30 |
| Octal | 225 | 136 | 200 | 0 | 45 | 16 | 52 | 503 | 27 | 60 |
| Binary | 10010101 | 1011110 | 10000000 | 0 | 100101 | 1110 | 101010 | 101000011 | 10111 | 110000 |
Color Harmonies of #955E80
Complementary color
Monochromatic Colors of #955E80
Black with #955E80
Text Example
Text Example
White with #955E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E80; }
p { color: rgb(149,94,128); }
H1.HeaderClassName
{
color: #955E80;
}
.AnyTagClassName
{
color: #955E80;
}
</style>
background-color css
<style>
a { background-color: #955E80; }
a { background-color: rgb(149,94,128); }
div.DivClassName
{
background-color: #955E80;
}
.BgClassName
{
background-color: #955E80;
}
</style>
border-color css
<style>
span { border-color: #955E80; }
span { border-color: rgb(149,94,128); }
td.TdClassName
{
border-color: #955E80;
}
.TagClassName
{
border-color: #955E80;
}
</style>