Shades of Strikemaster #8B667B
Tints of Strikemaster #8B667B
RGB
CMYK
RGB Variations
Color information
#8B667B (or 0x8B667B) is known color: Strikemaster. HEX triplet: 8B, 66 and 7B. RGB value is (139,102,123). Sum of RGB (Red+Green+Blue) = 139+102+123=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B667B is #749984. Grayscale: #737373. Windows color (decimal): -7641477 or 8087179. OLE color: 8087179.
HSL color Cylindrical-coordinate representation of color #8B667B: hue angle of 325.95º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B667B is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 102 | 123 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.45 |
| HSL | 325.95º | 0.15% | 0.47% | - |
| HSV(B) | 325.95º | 0.27% | 0.55% | - |
| XYZ | 18.97 | 16.42 | 20.91 | - |
| YUV | 115.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 102 | 123 | 0 | 0.27 | 0.12 | 0.45 | 325.95 | 0.15 | 0.47 |
| Hex | 8B | 66 | 7B | 0 | 1B | C | 2D | 146 | F | 2F |
| Octal | 213 | 146 | 173 | 0 | 33 | 14 | 55 | 506 | 17 | 57 |
| Binary | 10001011 | 1100110 | 1111011 | 0 | 11011 | 1100 | 101101 | 101000110 | 1111 | 101111 |
Color Harmonies of #8B667B
Complementary color
Monochromatic Colors of #8B667B
Black with #8B667B
Text Example
Text Example
White with #8B667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B667B; }
p { color: rgb(139,102,123); }
H1.HeaderClassName
{
color: #8B667B;
}
.AnyTagClassName
{
color: #8B667B;
}
</style>
background-color css
<style>
a { background-color: #8B667B; }
a { background-color: rgb(139,102,123); }
div.DivClassName
{
background-color: #8B667B;
}
.BgClassName
{
background-color: #8B667B;
}
</style>
border-color css
<style>
span { border-color: #8B667B; }
span { border-color: rgb(139,102,123); }
td.TdClassName
{
border-color: #8B667B;
}
.TagClassName
{
border-color: #8B667B;
}
</style>