Shades of Strikemaster #8C637B
Tints of Strikemaster #8C637B
RGB
CMYK
RGB Variations
Color information
#8C637B (or 0x8C637B) is known color: Strikemaster. HEX triplet: 8C, 63 and 7B. RGB value is (140,99,123). Sum of RGB (Red+Green+Blue) = 140+99+123=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C637B is #739C84. Grayscale: #717171. Windows color (decimal): -7576709 or 8086412. OLE color: 8086412.
HSL color Cylindrical-coordinate representation of color #8C637B: hue angle of 324.88º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C637B is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 99 | 123 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.45 |
| HSL | 324.88º | 0.17% | 0.47% | - |
| HSV(B) | 324.88º | 0.29% | 0.55% | - |
| XYZ | 18.85 | 15.93 | 20.82 | - |
| YUV | 114 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 99 | 123 | 0 | 0.29 | 0.12 | 0.45 | 324.88 | 0.17 | 0.47 |
| Hex | 8C | 63 | 7B | 0 | 1D | C | 2D | 145 | 11 | 2F |
| Octal | 214 | 143 | 173 | 0 | 35 | 14 | 55 | 505 | 21 | 57 |
| Binary | 10001100 | 1100011 | 1111011 | 0 | 11101 | 1100 | 101101 | 101000101 | 10001 | 101111 |
Color Harmonies of #8C637B
Complementary color
Monochromatic Colors of #8C637B
Black with #8C637B
Text Example
Text Example
White with #8C637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C637B; }
p { color: rgb(140,99,123); }
H1.HeaderClassName
{
color: #8C637B;
}
.AnyTagClassName
{
color: #8C637B;
}
</style>
background-color css
<style>
a { background-color: #8C637B; }
a { background-color: rgb(140,99,123); }
div.DivClassName
{
background-color: #8C637B;
}
.BgClassName
{
background-color: #8C637B;
}
</style>
border-color css
<style>
span { border-color: #8C637B; }
span { border-color: rgb(140,99,123); }
td.TdClassName
{
border-color: #8C637B;
}
.TagClassName
{
border-color: #8C637B;
}
</style>