Shades of Strikemaster #8B6F7B
Tints of Strikemaster #8B6F7B
RGB
CMYK
RGB Variations
Color information
#8B6F7B (or 0x8B6F7B) is known color: Strikemaster. HEX triplet: 8B, 6F and 7B. RGB value is (139,111,123). Sum of RGB (Red+Green+Blue) = 139+111+123=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6F7B is #749084. Grayscale: #787878. Windows color (decimal): -7639173 or 8089483. OLE color: 8089483.
HSL color Cylindrical-coordinate representation of color #8B6F7B: hue angle of 334.29º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B6F7B is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 111 | 123 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.45 |
| HSL | 334.29º | 0.11% | 0.49% | - |
| HSV(B) | 334.29º | 0.2% | 0.55% | - |
| XYZ | 19.91 | 18.29 | 21.22 | - |
| YUV | 120.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 111 | 123 | 0 | 0.20 | 0.12 | 0.45 | 334.29 | 0.11 | 0.49 |
| Hex | 8B | 6F | 7B | 0 | 14 | C | 2D | 14E | B | 31 |
| Octal | 213 | 157 | 173 | 0 | 24 | 14 | 55 | 516 | 13 | 61 |
| Binary | 10001011 | 1101111 | 1111011 | 0 | 10100 | 1100 | 101101 | 101001110 | 1011 | 110001 |
Color Harmonies of #8B6F7B
Complementary color
Monochromatic Colors of #8B6F7B
Black with #8B6F7B
Text Example
Text Example
White with #8B6F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6F7B; }
p { color: rgb(139,111,123); }
H1.HeaderClassName
{
color: #8B6F7B;
}
.AnyTagClassName
{
color: #8B6F7B;
}
</style>
background-color css
<style>
a { background-color: #8B6F7B; }
a { background-color: rgb(139,111,123); }
div.DivClassName
{
background-color: #8B6F7B;
}
.BgClassName
{
background-color: #8B6F7B;
}
</style>
border-color css
<style>
span { border-color: #8B6F7B; }
span { border-color: rgb(139,111,123); }
td.TdClassName
{
border-color: #8B6F7B;
}
.TagClassName
{
border-color: #8B6F7B;
}
</style>