Shades of Strikemaster #8E607B
Tints of Strikemaster #8E607B
RGB
CMYK
RGB Variations
Color information
#8E607B (or 0x8E607B) is known color: Strikemaster. HEX triplet: 8E, 60 and 7B. RGB value is (142,96,123). Sum of RGB (Red+Green+Blue) = 142+96+123=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 142 - color contains mainly: red. Hex color #8E607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E607B is #719F84. Grayscale: #707070. Windows color (decimal): -7446405 or 8085646. OLE color: 8085646.
HSL color Cylindrical-coordinate representation of color #8E607B: hue angle of 324.78º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E607B is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 96 | 123 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.44 |
| HSL | 324.78º | 0.19% | 0.47% | - |
| HSV(B) | 324.78º | 0.32% | 0.56% | - |
| XYZ | 18.91 | 15.55 | 20.74 | - |
| YUV | 112.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 96 | 123 | 0 | 0.32 | 0.13 | 0.44 | 324.78 | 0.19 | 0.47 |
| Hex | 8E | 60 | 7B | 0 | 20 | D | 2C | 145 | 13 | 2F |
| Octal | 216 | 140 | 173 | 0 | 40 | 15 | 54 | 505 | 23 | 57 |
| Binary | 10001110 | 1100000 | 1111011 | 0 | 100000 | 1101 | 101100 | 101000101 | 10011 | 101111 |
Color Harmonies of #8E607B
Complementary color
Monochromatic Colors of #8E607B
Black with #8E607B
Text Example
Text Example
White with #8E607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E607B; }
p { color: rgb(142,96,123); }
H1.HeaderClassName
{
color: #8E607B;
}
.AnyTagClassName
{
color: #8E607B;
}
</style>
background-color css
<style>
a { background-color: #8E607B; }
a { background-color: rgb(142,96,123); }
div.DivClassName
{
background-color: #8E607B;
}
.BgClassName
{
background-color: #8E607B;
}
</style>
border-color css
<style>
span { border-color: #8E607B; }
span { border-color: rgb(142,96,123); }
td.TdClassName
{
border-color: #8E607B;
}
.TagClassName
{
border-color: #8E607B;
}
</style>