Shades of Strikemaster #8C5C7D
Tints of Strikemaster #8C5C7D
RGB
CMYK
RGB Variations
Color information
#8C5C7D (or 0x8C5C7D) is known color: Strikemaster. HEX triplet: 8C, 5C and 7D. RGB value is (140,92,125). Sum of RGB (Red+Green+Blue) = 140+92+125=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5C7D is #73A382. Grayscale: #6E6E6E. Windows color (decimal): -7578499 or 8215692. OLE color: 8215692.
HSL color Cylindrical-coordinate representation of color #8C5C7D: hue angle of 318.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C5C7D is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 92 | 125 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.45 |
| HSL | 318.75º | 0.21% | 0.45% | - |
| HSV(B) | 318.75º | 0.34% | 0.55% | - |
| XYZ | 18.34 | 14.71 | 21.27 | - |
| YUV | 110.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 92 | 125 | 0 | 0.34 | 0.11 | 0.45 | 318.75 | 0.21 | 0.45 |
| Hex | 8C | 5C | 7D | 0 | 22 | B | 2D | 13F | 15 | 2D |
| Octal | 214 | 134 | 175 | 0 | 42 | 13 | 55 | 477 | 25 | 55 |
| Binary | 10001100 | 1011100 | 1111101 | 0 | 100010 | 1011 | 101101 | 100111111 | 10101 | 101101 |
Color Harmonies of #8C5C7D
Complementary color
Monochromatic Colors of #8C5C7D
Black with #8C5C7D
Text Example
Text Example
White with #8C5C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5C7D; }
p { color: rgb(140,92,125); }
H1.HeaderClassName
{
color: #8C5C7D;
}
.AnyTagClassName
{
color: #8C5C7D;
}
</style>
background-color css
<style>
a { background-color: #8C5C7D; }
a { background-color: rgb(140,92,125); }
div.DivClassName
{
background-color: #8C5C7D;
}
.BgClassName
{
background-color: #8C5C7D;
}
</style>
border-color css
<style>
span { border-color: #8C5C7D; }
span { border-color: rgb(140,92,125); }
td.TdClassName
{
border-color: #8C5C7D;
}
.TagClassName
{
border-color: #8C5C7D;
}
</style>