Shades of Strikemaster #8B607B
Tints of Strikemaster #8B607B
RGB
CMYK
RGB Variations
Color information
#8B607B (or 0x8B607B) is known color: Strikemaster. HEX triplet: 8B, 60 and 7B. RGB value is (139,96,123). Sum of RGB (Red+Green+Blue) = 139+96+123=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B607B is #749F84. Grayscale: #6F6F6F. Windows color (decimal): -7643013 or 8085643. OLE color: 8085643.
HSL color Cylindrical-coordinate representation of color #8B607B: hue angle of 322.33º 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 #8B607B is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 96 | 123 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.45 |
| HSL | 322.33º | 0.18% | 0.46% | - |
| HSV(B) | 322.33º | 0.31% | 0.55% | - |
| XYZ | 18.41 | 15.28 | 20.72 | - |
| YUV | 111.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 123 | 0 | 0.31 | 0.12 | 0.45 | 322.33 | 0.18 | 0.46 |
| Hex | 8B | 60 | 7B | 0 | 1F | C | 2D | 142 | 12 | 2E |
| Octal | 213 | 140 | 173 | 0 | 37 | 14 | 55 | 502 | 22 | 56 |
| Binary | 10001011 | 1100000 | 1111011 | 0 | 11111 | 1100 | 101101 | 101000010 | 10010 | 101110 |
Color Harmonies of #8B607B
Complementary color
Monochromatic Colors of #8B607B
Black with #8B607B
Text Example
Text Example
White with #8B607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B607B; }
p { color: rgb(139,96,123); }
H1.HeaderClassName
{
color: #8B607B;
}
.AnyTagClassName
{
color: #8B607B;
}
</style>
background-color css
<style>
a { background-color: #8B607B; }
a { background-color: rgb(139,96,123); }
div.DivClassName
{
background-color: #8B607B;
}
.BgClassName
{
background-color: #8B607B;
}
</style>
border-color css
<style>
span { border-color: #8B607B; }
span { border-color: rgb(139,96,123); }
td.TdClassName
{
border-color: #8B607B;
}
.TagClassName
{
border-color: #8B607B;
}
</style>