Shades of Strikemaster #8A5E7B
Tints of Strikemaster #8A5E7B
RGB
CMYK
RGB Variations
Color information
#8A5E7B (or 0x8A5E7B) is known color: Strikemaster. HEX triplet: 8A, 5E and 7B. RGB value is (138,94,123). Sum of RGB (Red+Green+Blue) = 138+94+123=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5E7B is #75A184. Grayscale: #6E6E6E. Windows color (decimal): -7709061 or 8085130. OLE color: 8085130.
HSL color Cylindrical-coordinate representation of color #8A5E7B: hue angle of 320.45º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A5E7B is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 94 | 123 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.46 |
| HSL | 320.45º | 0.19% | 0.45% | - |
| HSV(B) | 320.45º | 0.32% | 0.54% | - |
| XYZ | 18.06 | 14.84 | 20.65 | - |
| YUV | 110.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 94 | 123 | 0 | 0.32 | 0.11 | 0.46 | 320.45 | 0.19 | 0.45 |
| Hex | 8A | 5E | 7B | 0 | 20 | B | 2E | 140 | 13 | 2D |
| Octal | 212 | 136 | 173 | 0 | 40 | 13 | 56 | 500 | 23 | 55 |
| Binary | 10001010 | 1011110 | 1111011 | 0 | 100000 | 1011 | 101110 | 101000000 | 10011 | 101101 |
Color Harmonies of #8A5E7B
Complementary color
Monochromatic Colors of #8A5E7B
Black with #8A5E7B
Text Example
Text Example
White with #8A5E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5E7B; }
p { color: rgb(138,94,123); }
H1.HeaderClassName
{
color: #8A5E7B;
}
.AnyTagClassName
{
color: #8A5E7B;
}
</style>
background-color css
<style>
a { background-color: #8A5E7B; }
a { background-color: rgb(138,94,123); }
div.DivClassName
{
background-color: #8A5E7B;
}
.BgClassName
{
background-color: #8A5E7B;
}
</style>
border-color css
<style>
span { border-color: #8A5E7B; }
span { border-color: rgb(138,94,123); }
td.TdClassName
{
border-color: #8A5E7B;
}
.TagClassName
{
border-color: #8A5E7B;
}
</style>