Shades of Strikemaster #8B6F7D
Tints of Strikemaster #8B6F7D
RGB
CMYK
RGB Variations
Color information
#8B6F7D (or 0x8B6F7D) is known color: Strikemaster. HEX triplet: 8B, 6F and 7D. RGB value is (139,111,125). Sum of RGB (Red+Green+Blue) = 139+111+125=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6F7D is #749082. Grayscale: #787878. Windows color (decimal): -7639171 or 8220555. OLE color: 8220555.
HSL color Cylindrical-coordinate representation of color #8B6F7D: hue angle of 330º 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 #8B6F7D is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 111 | 125 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.45 |
| HSL | 330º | 0.11% | 0.49% | - |
| HSV(B) | 330º | 0.2% | 0.55% | - |
| XYZ | 20.03 | 18.34 | 21.89 | - |
| YUV | 120.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 111 | 125 | 0 | 0.20 | 0.10 | 0.45 | 330 | 0.11 | 0.49 |
| Hex | 8B | 6F | 7D | 0 | 14 | A | 2D | 14A | B | 31 |
| Octal | 213 | 157 | 175 | 0 | 24 | 12 | 55 | 512 | 13 | 61 |
| Binary | 10001011 | 1101111 | 1111101 | 0 | 10100 | 1010 | 101101 | 101001010 | 1011 | 110001 |
Color Harmonies of #8B6F7D
Complementary color
Monochromatic Colors of #8B6F7D
Black with #8B6F7D
Text Example
Text Example
White with #8B6F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6F7D; }
p { color: rgb(139,111,125); }
H1.HeaderClassName
{
color: #8B6F7D;
}
.AnyTagClassName
{
color: #8B6F7D;
}
</style>
background-color css
<style>
a { background-color: #8B6F7D; }
a { background-color: rgb(139,111,125); }
div.DivClassName
{
background-color: #8B6F7D;
}
.BgClassName
{
background-color: #8B6F7D;
}
</style>
border-color css
<style>
span { border-color: #8B6F7D; }
span { border-color: rgb(139,111,125); }
td.TdClassName
{
border-color: #8B6F7D;
}
.TagClassName
{
border-color: #8B6F7D;
}
</style>