Shades of Strikemaster #855D79
Tints of Strikemaster #855D79
RGB
CMYK
RGB Variations
Color information
#855D79 (or 0x855D79) is known color: Strikemaster. HEX triplet: 85, 5D and 79. RGB value is (133,93,121). Sum of RGB (Red+Green+Blue) = 133+93+121=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #855D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D79 is #7AA286. Grayscale: #6C6C6C. Windows color (decimal): -8036999 or 7953797. OLE color: 7953797.
HSL color Cylindrical-coordinate representation of color #855D79: hue angle of 318º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D79 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 93 | 121 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.48 |
| HSL | 318º | 0.18% | 0.44% | - |
| HSV(B) | 318º | 0.3% | 0.52% | - |
| XYZ | 17.04 | 14.2 | 19.93 | - |
| YUV | 108.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 121 | 0 | 0.30 | 0.09 | 0.48 | 318 | 0.18 | 0.44 |
| Hex | 85 | 5D | 79 | 0 | 1E | 9 | 30 | 13E | 12 | 2C |
| Octal | 205 | 135 | 171 | 0 | 36 | 11 | 60 | 476 | 22 | 54 |
| Binary | 10000101 | 1011101 | 1111001 | 0 | 11110 | 1001 | 110000 | 100111110 | 10010 | 101100 |
Color Harmonies of #855D79
Complementary color
Monochromatic Colors of #855D79
Black with #855D79
Text Example
Text Example
White with #855D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D79; }
p { color: rgb(133,93,121); }
H1.HeaderClassName
{
color: #855D79;
}
.AnyTagClassName
{
color: #855D79;
}
</style>
background-color css
<style>
a { background-color: #855D79; }
a { background-color: rgb(133,93,121); }
div.DivClassName
{
background-color: #855D79;
}
.BgClassName
{
background-color: #855D79;
}
</style>
border-color css
<style>
span { border-color: #855D79; }
span { border-color: rgb(133,93,121); }
td.TdClassName
{
border-color: #855D79;
}
.TagClassName
{
border-color: #855D79;
}
</style>