Shades of Strikemaster #8C547B
Tints of Strikemaster #8C547B
RGB
CMYK
RGB Variations
Color information
#8C547B (or 0x8C547B) is known color: Strikemaster. HEX triplet: 8C, 54 and 7B. RGB value is (140,84,123). Sum of RGB (Red+Green+Blue) = 140+84+123=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C547B is #73AB84. Grayscale: #696969. Windows color (decimal): -7580549 or 8082572. OLE color: 8082572.
HSL color Cylindrical-coordinate representation of color #8C547B: hue angle of 318.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C547B is Cyan = 0, Magento = 0.4, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 123 | - |
| CMYK | 0 | 0.4 | 0.12 | 0.45 |
| HSL | 318.21º | 0.25% | 0.44% | - |
| HSV(B) | 318.21º | 0.4% | 0.55% | - |
| XYZ | 17.56 | 13.35 | 20.39 | - |
| YUV | 105.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 123 | 0 | 0.4 | 0.12 | 0.45 | 318.21 | 0.25 | 0.44 |
| Hex | 8C | 54 | 7B | 0 | 28 | C | 2D | 13E | 19 | 2C |
| Octal | 214 | 124 | 173 | 0 | 50 | 14 | 55 | 476 | 31 | 54 |
| Binary | 10001100 | 1010100 | 1111011 | 0 | 101000 | 1100 | 101101 | 100111110 | 11001 | 101100 |
Color Harmonies of #8C547B
Complementary color
Monochromatic Colors of #8C547B
Black with #8C547B
Text Example
Text Example
White with #8C547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C547B; }
p { color: rgb(140,84,123); }
H1.HeaderClassName
{
color: #8C547B;
}
.AnyTagClassName
{
color: #8C547B;
}
</style>
background-color css
<style>
a { background-color: #8C547B; }
a { background-color: rgb(140,84,123); }
div.DivClassName
{
background-color: #8C547B;
}
.BgClassName
{
background-color: #8C547B;
}
</style>
border-color css
<style>
span { border-color: #8C547B; }
span { border-color: rgb(140,84,123); }
td.TdClassName
{
border-color: #8C547B;
}
.TagClassName
{
border-color: #8C547B;
}
</style>