Shades of Strikemaster #8C5F7D
Tints of Strikemaster #8C5F7D
RGB
CMYK
RGB Variations
Color information
#8C5F7D (or 0x8C5F7D) is known color: Strikemaster. HEX triplet: 8C, 5F and 7D. RGB value is (140,95,125). Sum of RGB (Red+Green+Blue) = 140+95+125=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5F7D is #73A082. Grayscale: #6F6F6F. Windows color (decimal): -7577731 or 8216460. OLE color: 8216460.
HSL color Cylindrical-coordinate representation of color #8C5F7D: hue angle of 320º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C5F7D is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 95 | 125 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.45 |
| HSL | 320º | 0.19% | 0.46% | - |
| HSV(B) | 320º | 0.32% | 0.55% | - |
| XYZ | 18.61 | 15.24 | 21.36 | - |
| YUV | 111.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 95 | 125 | 0 | 0.32 | 0.11 | 0.45 | 320 | 0.19 | 0.46 |
| Hex | 8C | 5F | 7D | 0 | 20 | B | 2D | 140 | 13 | 2E |
| Octal | 214 | 137 | 175 | 0 | 40 | 13 | 55 | 500 | 23 | 56 |
| Binary | 10001100 | 1011111 | 1111101 | 0 | 100000 | 1011 | 101101 | 101000000 | 10011 | 101110 |
Color Harmonies of #8C5F7D
Complementary color
Monochromatic Colors of #8C5F7D
Black with #8C5F7D
Text Example
Text Example
White with #8C5F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5F7D; }
p { color: rgb(140,95,125); }
H1.HeaderClassName
{
color: #8C5F7D;
}
.AnyTagClassName
{
color: #8C5F7D;
}
</style>
background-color css
<style>
a { background-color: #8C5F7D; }
a { background-color: rgb(140,95,125); }
div.DivClassName
{
background-color: #8C5F7D;
}
.BgClassName
{
background-color: #8C5F7D;
}
</style>
border-color css
<style>
span { border-color: #8C5F7D; }
span { border-color: rgb(140,95,125); }
td.TdClassName
{
border-color: #8C5F7D;
}
.TagClassName
{
border-color: #8C5F7D;
}
</style>