Shades of Strikemaster #8B5774
Tints of Strikemaster #8B5774
RGB
CMYK
RGB Variations
Color information
#8B5774 (or 0x8B5774) is known color: Strikemaster. HEX triplet: 8B, 57 and 74. RGB value is (139,87,116). Sum of RGB (Red+Green+Blue) = 139+87+116=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5774 is #74A88B. Grayscale: #696969. Windows color (decimal): -7645324 or 7624587. OLE color: 7624587.
HSL color Cylindrical-coordinate representation of color #8B5774: hue angle of 326.54º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B5774 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 87 | 116 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.45 |
| HSL | 326.54º | 0.23% | 0.44% | - |
| HSV(B) | 326.54º | 0.37% | 0.55% | - |
| XYZ | 17.21 | 13.57 | 18.23 | - |
| YUV | 105.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 87 | 116 | 0 | 0.37 | 0.17 | 0.45 | 326.54 | 0.23 | 0.44 |
| Hex | 8B | 57 | 74 | 0 | 25 | 11 | 2D | 147 | 17 | 2C |
| Octal | 213 | 127 | 164 | 0 | 45 | 21 | 55 | 507 | 27 | 54 |
| Binary | 10001011 | 1010111 | 1110100 | 0 | 100101 | 10001 | 101101 | 101000111 | 10111 | 101100 |
Color Harmonies of #8B5774
Complementary color
Monochromatic Colors of #8B5774
Black with #8B5774
Text Example
Text Example
White with #8B5774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5774; }
p { color: rgb(139,87,116); }
H1.HeaderClassName
{
color: #8B5774;
}
.AnyTagClassName
{
color: #8B5774;
}
</style>
background-color css
<style>
a { background-color: #8B5774; }
a { background-color: rgb(139,87,116); }
div.DivClassName
{
background-color: #8B5774;
}
.BgClassName
{
background-color: #8B5774;
}
</style>
border-color css
<style>
span { border-color: #8B5774; }
span { border-color: rgb(139,87,116); }
td.TdClassName
{
border-color: #8B5774;
}
.TagClassName
{
border-color: #8B5774;
}
</style>