Shades of Strikemaster #855C78
Tints of Strikemaster #855C78
RGB
CMYK
RGB Variations
Color information
#855C78 (or 0x855C78) is known color: Strikemaster. HEX triplet: 85, 5C and 78. RGB value is (133,92,120). Sum of RGB (Red+Green+Blue) = 133+92+120=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #855C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C78 is #7AA387. Grayscale: #6B6B6B. Windows color (decimal): -8037256 or 7888005. OLE color: 7888005.
HSL color Cylindrical-coordinate representation of color #855C78: hue angle of 319.02º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #855C78 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 120 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.48 |
| HSL | 319.02º | 0.18% | 0.44% | - |
| HSV(B) | 319.02º | 0.31% | 0.52% | - |
| XYZ | 16.89 | 14 | 19.58 | - |
| YUV | 107.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 120 | 0 | 0.31 | 0.10 | 0.48 | 319.02 | 0.18 | 0.44 |
| Hex | 85 | 5C | 78 | 0 | 1F | A | 30 | 13F | 12 | 2C |
| Octal | 205 | 134 | 170 | 0 | 37 | 12 | 60 | 477 | 22 | 54 |
| Binary | 10000101 | 1011100 | 1111000 | 0 | 11111 | 1010 | 110000 | 100111111 | 10010 | 101100 |
Color Harmonies of #855C78
Complementary color
Monochromatic Colors of #855C78
Black with #855C78
Text Example
Text Example
White with #855C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C78; }
p { color: rgb(133,92,120); }
H1.HeaderClassName
{
color: #855C78;
}
.AnyTagClassName
{
color: #855C78;
}
</style>
background-color css
<style>
a { background-color: #855C78; }
a { background-color: rgb(133,92,120); }
div.DivClassName
{
background-color: #855C78;
}
.BgClassName
{
background-color: #855C78;
}
</style>
border-color css
<style>
span { border-color: #855C78; }
span { border-color: rgb(133,92,120); }
td.TdClassName
{
border-color: #855C78;
}
.TagClassName
{
border-color: #855C78;
}
</style>