Shades of Strikemaster #8C537B
Tints of Strikemaster #8C537B
RGB
CMYK
RGB Variations
Color information
#8C537B (or 0x8C537B) is known color: Strikemaster. HEX triplet: 8C, 53 and 7B. RGB value is (140,83,123). Sum of RGB (Red+Green+Blue) = 140+83+123=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C537B is #73AC84. Grayscale: #686868. Windows color (decimal): -7580805 or 8082316. OLE color: 8082316.
HSL color Cylindrical-coordinate representation of color #8C537B: hue angle of 317.89º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C537B is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 123 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.45 |
| HSL | 317.89º | 0.26% | 0.44% | - |
| HSV(B) | 317.89º | 0.41% | 0.55% | - |
| XYZ | 17.48 | 13.19 | 20.36 | - |
| YUV | 104.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 123 | 0 | 0.41 | 0.12 | 0.45 | 317.89 | 0.26 | 0.44 |
| Hex | 8C | 53 | 7B | 0 | 29 | C | 2D | 13E | 1A | 2C |
| Octal | 214 | 123 | 173 | 0 | 51 | 14 | 55 | 476 | 32 | 54 |
| Binary | 10001100 | 1010011 | 1111011 | 0 | 101001 | 1100 | 101101 | 100111110 | 11010 | 101100 |
Color Harmonies of #8C537B
Complementary color
Monochromatic Colors of #8C537B
Black with #8C537B
Text Example
Text Example
White with #8C537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C537B; }
p { color: rgb(140,83,123); }
H1.HeaderClassName
{
color: #8C537B;
}
.AnyTagClassName
{
color: #8C537B;
}
</style>
background-color css
<style>
a { background-color: #8C537B; }
a { background-color: rgb(140,83,123); }
div.DivClassName
{
background-color: #8C537B;
}
.BgClassName
{
background-color: #8C537B;
}
</style>
border-color css
<style>
span { border-color: #8C537B; }
span { border-color: rgb(140,83,123); }
td.TdClassName
{
border-color: #8C537B;
}
.TagClassName
{
border-color: #8C537B;
}
</style>