Shades of Strikemaster #8B617C
Tints of Strikemaster #8B617C
RGB
CMYK
RGB Variations
Color information
#8B617C (or 0x8B617C) is known color: Strikemaster. HEX triplet: 8B, 61 and 7C. RGB value is (139,97,124). Sum of RGB (Red+Green+Blue) = 139+97+124=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B617C is #749E83. Grayscale: #707070. Windows color (decimal): -7642756 or 8151435. OLE color: 8151435.
HSL color Cylindrical-coordinate representation of color #8B617C: hue angle of 321.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B617C is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 97 | 124 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.45 |
| HSL | 321.43º | 0.18% | 0.46% | - |
| HSV(B) | 321.43º | 0.3% | 0.55% | - |
| XYZ | 18.56 | 15.49 | 21.08 | - |
| YUV | 112.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 97 | 124 | 0 | 0.30 | 0.11 | 0.45 | 321.43 | 0.18 | 0.46 |
| Hex | 8B | 61 | 7C | 0 | 1E | B | 2D | 141 | 12 | 2E |
| Octal | 213 | 141 | 174 | 0 | 36 | 13 | 55 | 501 | 22 | 56 |
| Binary | 10001011 | 1100001 | 1111100 | 0 | 11110 | 1011 | 101101 | 101000001 | 10010 | 101110 |
Color Harmonies of #8B617C
Complementary color
Monochromatic Colors of #8B617C
Black with #8B617C
Text Example
Text Example
White with #8B617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B617C; }
p { color: rgb(139,97,124); }
H1.HeaderClassName
{
color: #8B617C;
}
.AnyTagClassName
{
color: #8B617C;
}
</style>
background-color css
<style>
a { background-color: #8B617C; }
a { background-color: rgb(139,97,124); }
div.DivClassName
{
background-color: #8B617C;
}
.BgClassName
{
background-color: #8B617C;
}
</style>
border-color css
<style>
span { border-color: #8B617C; }
span { border-color: rgb(139,97,124); }
td.TdClassName
{
border-color: #8B617C;
}
.TagClassName
{
border-color: #8B617C;
}
</style>