Shades of Strikemaster #8B5C7B
Tints of Strikemaster #8B5C7B
RGB
CMYK
RGB Variations
Color information
#8B5C7B (or 0x8B5C7B) is known color: Strikemaster. HEX triplet: 8B, 5C and 7B. RGB value is (139,92,123). Sum of RGB (Red+Green+Blue) = 139+92+123=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5C7B is #74A384. Grayscale: #6D6D6D. Windows color (decimal): -7644037 or 8084619. OLE color: 8084619.
HSL color Cylindrical-coordinate representation of color #8B5C7B: hue angle of 320.43º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B5C7B is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 92 | 123 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.45 |
| HSL | 320.43º | 0.2% | 0.45% | - |
| HSV(B) | 320.43º | 0.34% | 0.55% | - |
| XYZ | 18.05 | 14.57 | 20.6 | - |
| YUV | 109.59 | 135.57 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 92 | 123 | 0 | 0.34 | 0.12 | 0.45 | 320.43 | 0.2 | 0.45 |
| Hex | 8B | 5C | 7B | 0 | 22 | C | 2D | 140 | 14 | 2D |
| Octal | 213 | 134 | 173 | 0 | 42 | 14 | 55 | 500 | 24 | 55 |
| Binary | 10001011 | 1011100 | 1111011 | 0 | 100010 | 1100 | 101101 | 101000000 | 10100 | 101101 |
Color Harmonies of #8B5C7B
Complementary color
Monochromatic Colors of #8B5C7B
Black with #8B5C7B
Text Example
Text Example
White with #8B5C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5C7B; }
p { color: rgb(139,92,123); }
H1.HeaderClassName
{
color: #8B5C7B;
}
.AnyTagClassName
{
color: #8B5C7B;
}
</style>
background-color css
<style>
a { background-color: #8B5C7B; }
a { background-color: rgb(139,92,123); }
div.DivClassName
{
background-color: #8B5C7B;
}
.BgClassName
{
background-color: #8B5C7B;
}
</style>
border-color css
<style>
span { border-color: #8B5C7B; }
span { border-color: rgb(139,92,123); }
td.TdClassName
{
border-color: #8B5C7B;
}
.TagClassName
{
border-color: #8B5C7B;
}
</style>