Shades of Strikemaster #955779
Tints of Strikemaster #955779
RGB
CMYK
RGB Variations
Color information
#955779 (or 0x955779) is known color: Strikemaster. HEX triplet: 95, 57 and 79. RGB value is (149,87,121). Sum of RGB (Red+Green+Blue) = 149+87+121=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #955779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955779 is #6AA886. Grayscale: #6D6D6D. Windows color (decimal): -6989959 or 7952277. OLE color: 7952277.
HSL color Cylindrical-coordinate representation of color #955779: hue angle of 327.1º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955779 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 87 | 121 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.42 |
| HSL | 327.1º | 0.26% | 0.46% | - |
| HSV(B) | 327.1º | 0.42% | 0.58% | - |
| XYZ | 19.25 | 14.59 | 19.89 | - |
| YUV | 109.41 | 134.54 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 87 | 121 | 0 | 0.42 | 0.19 | 0.42 | 327.1 | 0.26 | 0.46 |
| Hex | 95 | 57 | 79 | 0 | 2A | 13 | 2A | 147 | 1A | 2E |
| Octal | 225 | 127 | 171 | 0 | 52 | 23 | 52 | 507 | 32 | 56 |
| Binary | 10010101 | 1010111 | 1111001 | 0 | 101010 | 10011 | 101010 | 101000111 | 11010 | 101110 |
Color Harmonies of #955779
Complementary color
Monochromatic Colors of #955779
Black with #955779
Text Example
Text Example
White with #955779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955779; }
p { color: rgb(149,87,121); }
H1.HeaderClassName
{
color: #955779;
}
.AnyTagClassName
{
color: #955779;
}
</style>
background-color css
<style>
a { background-color: #955779; }
a { background-color: rgb(149,87,121); }
div.DivClassName
{
background-color: #955779;
}
.BgClassName
{
background-color: #955779;
}
</style>
border-color css
<style>
span { border-color: #955779; }
span { border-color: rgb(149,87,121); }
td.TdClassName
{
border-color: #955779;
}
.TagClassName
{
border-color: #955779;
}
</style>