Shades of Strikemaster #8B5D78
Tints of Strikemaster #8B5D78
RGB
CMYK
RGB Variations
Color information
#8B5D78 (or 0x8B5D78) is known color: Strikemaster. HEX triplet: 8B, 5D and 78. RGB value is (139,93,120). Sum of RGB (Red+Green+Blue) = 139+93+120=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5D78 is #74A287. Grayscale: #6D6D6D. Windows color (decimal): -7643784 or 7888267. OLE color: 7888267.
HSL color Cylindrical-coordinate representation of color #8B5D78: hue angle of 324.78º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B5D78 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 120 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.45 |
| HSL | 324.78º | 0.2% | 0.45% | - |
| HSV(B) | 324.78º | 0.33% | 0.55% | - |
| XYZ | 17.95 | 14.67 | 19.66 | - |
| YUV | 109.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 120 | 0 | 0.33 | 0.14 | 0.45 | 324.78 | 0.2 | 0.45 |
| Hex | 8B | 5D | 78 | 0 | 21 | E | 2D | 145 | 14 | 2D |
| Octal | 213 | 135 | 170 | 0 | 41 | 16 | 55 | 505 | 24 | 55 |
| Binary | 10001011 | 1011101 | 1111000 | 0 | 100001 | 1110 | 101101 | 101000101 | 10100 | 101101 |
Color Harmonies of #8B5D78
Complementary color
Monochromatic Colors of #8B5D78
Black with #8B5D78
Text Example
Text Example
White with #8B5D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D78; }
p { color: rgb(139,93,120); }
H1.HeaderClassName
{
color: #8B5D78;
}
.AnyTagClassName
{
color: #8B5D78;
}
</style>
background-color css
<style>
a { background-color: #8B5D78; }
a { background-color: rgb(139,93,120); }
div.DivClassName
{
background-color: #8B5D78;
}
.BgClassName
{
background-color: #8B5D78;
}
</style>
border-color css
<style>
span { border-color: #8B5D78; }
span { border-color: rgb(139,93,120); }
td.TdClassName
{
border-color: #8B5D78;
}
.TagClassName
{
border-color: #8B5D78;
}
</style>