Shades of Strikemaster #8C617B
Tints of Strikemaster #8C617B
RGB
CMYK
RGB Variations
Color information
#8C617B (or 0x8C617B) is known color: Strikemaster. HEX triplet: 8C, 61 and 7B. RGB value is (140,97,123). Sum of RGB (Red+Green+Blue) = 140+97+123=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 140 - color contains mainly: red. Hex color #8C617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C617B is #739E84. Grayscale: #707070. Windows color (decimal): -7577221 or 8085900. OLE color: 8085900.
HSL color Cylindrical-coordinate representation of color #8C617B: hue angle of 323.72º 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 #8C617B is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 97 | 123 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.45 |
| HSL | 323.72º | 0.18% | 0.46% | - |
| HSV(B) | 323.72º | 0.31% | 0.55% | - |
| XYZ | 18.67 | 15.55 | 20.76 | - |
| YUV | 112.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 123 | 0 | 0.31 | 0.12 | 0.45 | 323.72 | 0.18 | 0.46 |
| Hex | 8C | 61 | 7B | 0 | 1F | C | 2D | 144 | 12 | 2E |
| Octal | 214 | 141 | 173 | 0 | 37 | 14 | 55 | 504 | 22 | 56 |
| Binary | 10001100 | 1100001 | 1111011 | 0 | 11111 | 1100 | 101101 | 101000100 | 10010 | 101110 |
Color Harmonies of #8C617B
Complementary color
Monochromatic Colors of #8C617B
Black with #8C617B
Text Example
Text Example
White with #8C617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C617B; }
p { color: rgb(140,97,123); }
H1.HeaderClassName
{
color: #8C617B;
}
.AnyTagClassName
{
color: #8C617B;
}
</style>
background-color css
<style>
a { background-color: #8C617B; }
a { background-color: rgb(140,97,123); }
div.DivClassName
{
background-color: #8C617B;
}
.BgClassName
{
background-color: #8C617B;
}
</style>
border-color css
<style>
span { border-color: #8C617B; }
span { border-color: rgb(140,97,123); }
td.TdClassName
{
border-color: #8C617B;
}
.TagClassName
{
border-color: #8C617B;
}
</style>