Shades of Strikemaster #8B607A
Tints of Strikemaster #8B607A
RGB
CMYK
RGB Variations
Color information
#8B607A (or 0x8B607A) is known color: Strikemaster. HEX triplet: 8B, 60 and 7A. RGB value is (139,96,122). Sum of RGB (Red+Green+Blue) = 139+96+122=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B607A is #749F85. Grayscale: #6F6F6F. Windows color (decimal): -7643014 or 8020107. OLE color: 8020107.
HSL color Cylindrical-coordinate representation of color #8B607A: hue angle of 323.72º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B607A is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 96 | 122 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.45 |
| HSL | 323.72º | 0.18% | 0.46% | - |
| HSV(B) | 323.72º | 0.31% | 0.55% | - |
| XYZ | 18.34 | 15.26 | 20.39 | - |
| YUV | 111.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 122 | 0 | 0.31 | 0.12 | 0.45 | 323.72 | 0.18 | 0.46 |
| Hex | 8B | 60 | 7A | 0 | 1F | C | 2D | 144 | 12 | 2E |
| Octal | 213 | 140 | 172 | 0 | 37 | 14 | 55 | 504 | 22 | 56 |
| Binary | 10001011 | 1100000 | 1111010 | 0 | 11111 | 1100 | 101101 | 101000100 | 10010 | 101110 |
Color Harmonies of #8B607A
Complementary color
Monochromatic Colors of #8B607A
Black with #8B607A
Text Example
Text Example
White with #8B607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B607A; }
p { color: rgb(139,96,122); }
H1.HeaderClassName
{
color: #8B607A;
}
.AnyTagClassName
{
color: #8B607A;
}
</style>
background-color css
<style>
a { background-color: #8B607A; }
a { background-color: rgb(139,96,122); }
div.DivClassName
{
background-color: #8B607A;
}
.BgClassName
{
background-color: #8B607A;
}
</style>
border-color css
<style>
span { border-color: #8B607A; }
span { border-color: rgb(139,96,122); }
td.TdClassName
{
border-color: #8B607A;
}
.TagClassName
{
border-color: #8B607A;
}
</style>