Shades of Strikemaster #8C607B
Tints of Strikemaster #8C607B
RGB
CMYK
RGB Variations
Color information
#8C607B (or 0x8C607B) is known color: Strikemaster. HEX triplet: 8C, 60 and 7B. RGB value is (140,96,123). Sum of RGB (Red+Green+Blue) = 140+96+123=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C607B is #739F84. Grayscale: #707070. Windows color (decimal): -7577477 or 8085644. OLE color: 8085644.
HSL color Cylindrical-coordinate representation of color #8C607B: hue angle of 323.18º degrees, saturation: 0.19, 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 #8C607B is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 123 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.45 |
| HSL | 323.18º | 0.19% | 0.46% | - |
| HSV(B) | 323.18º | 0.31% | 0.55% | - |
| XYZ | 18.57 | 15.37 | 20.73 | - |
| YUV | 112.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 123 | 0 | 0.31 | 0.12 | 0.45 | 323.18 | 0.19 | 0.46 |
| Hex | 8C | 60 | 7B | 0 | 1F | C | 2D | 143 | 13 | 2E |
| Octal | 214 | 140 | 173 | 0 | 37 | 14 | 55 | 503 | 23 | 56 |
| Binary | 10001100 | 1100000 | 1111011 | 0 | 11111 | 1100 | 101101 | 101000011 | 10011 | 101110 |
Color Harmonies of #8C607B
Complementary color
Monochromatic Colors of #8C607B
Black with #8C607B
Text Example
Text Example
White with #8C607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C607B; }
p { color: rgb(140,96,123); }
H1.HeaderClassName
{
color: #8C607B;
}
.AnyTagClassName
{
color: #8C607B;
}
</style>
background-color css
<style>
a { background-color: #8C607B; }
a { background-color: rgb(140,96,123); }
div.DivClassName
{
background-color: #8C607B;
}
.BgClassName
{
background-color: #8C607B;
}
</style>
border-color css
<style>
span { border-color: #8C607B; }
span { border-color: rgb(140,96,123); }
td.TdClassName
{
border-color: #8C607B;
}
.TagClassName
{
border-color: #8C607B;
}
</style>