Shades of Strikemaster #8C5A7D
Tints of Strikemaster #8C5A7D
RGB
CMYK
RGB Variations
Color information
#8C5A7D (or 0x8C5A7D) is known color: Strikemaster. HEX triplet: 8C, 5A and 7D. RGB value is (140,90,125). Sum of RGB (Red+Green+Blue) = 140+90+125=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5A7D is #73A582. Grayscale: #6C6C6C. Windows color (decimal): -7579011 or 8215180. OLE color: 8215180.
HSL color Cylindrical-coordinate representation of color #8C5A7D: hue angle of 318º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C5A7D is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 90 | 125 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.45 |
| HSL | 318º | 0.22% | 0.45% | - |
| HSV(B) | 318º | 0.36% | 0.55% | - |
| XYZ | 18.17 | 14.37 | 21.22 | - |
| YUV | 108.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 125 | 0 | 0.36 | 0.11 | 0.45 | 318 | 0.22 | 0.45 |
| Hex | 8C | 5A | 7D | 0 | 24 | B | 2D | 13E | 16 | 2D |
| Octal | 214 | 132 | 175 | 0 | 44 | 13 | 55 | 476 | 26 | 55 |
| Binary | 10001100 | 1011010 | 1111101 | 0 | 100100 | 1011 | 101101 | 100111110 | 10110 | 101101 |
Color Harmonies of #8C5A7D
Complementary color
Monochromatic Colors of #8C5A7D
Black with #8C5A7D
Text Example
Text Example
White with #8C5A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5A7D; }
p { color: rgb(140,90,125); }
H1.HeaderClassName
{
color: #8C5A7D;
}
.AnyTagClassName
{
color: #8C5A7D;
}
</style>
background-color css
<style>
a { background-color: #8C5A7D; }
a { background-color: rgb(140,90,125); }
div.DivClassName
{
background-color: #8C5A7D;
}
.BgClassName
{
background-color: #8C5A7D;
}
</style>
border-color css
<style>
span { border-color: #8C5A7D; }
span { border-color: rgb(140,90,125); }
td.TdClassName
{
border-color: #8C5A7D;
}
.TagClassName
{
border-color: #8C5A7D;
}
</style>