Shades of Strikemaster #9A587B
Tints of Strikemaster #9A587B
RGB
CMYK
RGB Variations
Color information
#9A587B (or 0x9A587B) is known color: Strikemaster. HEX triplet: 9A, 58 and 7B. RGB value is (154,88,123). Sum of RGB (Red+Green+Blue) = 154+88+123=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 154 - color contains mainly: red. Hex color #9A587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A587B is #65A784. Grayscale: #6F6F6F. Windows color (decimal): -6662021 or 8083610. OLE color: 8083610.
HSL color Cylindrical-coordinate representation of color #9A587B: hue angle of 328.18º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A587B is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 88 | 123 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.40 |
| HSL | 328.18º | 0.27% | 0.47% | - |
| HSV(B) | 328.18º | 0.43% | 0.6% | - |
| XYZ | 20.39 | 15.28 | 20.61 | - |
| YUV | 111.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 123 | 0 | 0.43 | 0.20 | 0.40 | 328.18 | 0.27 | 0.47 |
| Hex | 9A | 58 | 7B | 0 | 2B | 14 | 28 | 148 | 1B | 2F |
| Octal | 232 | 130 | 173 | 0 | 53 | 24 | 50 | 510 | 33 | 57 |
| Binary | 10011010 | 1011000 | 1111011 | 0 | 101011 | 10100 | 101000 | 101001000 | 11011 | 101111 |
Color Harmonies of #9A587B
Complementary color
Monochromatic Colors of #9A587B
Black with #9A587B
Text Example
Text Example
White with #9A587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A587B; }
p { color: rgb(154,88,123); }
H1.HeaderClassName
{
color: #9A587B;
}
.AnyTagClassName
{
color: #9A587B;
}
</style>
background-color css
<style>
a { background-color: #9A587B; }
a { background-color: rgb(154,88,123); }
div.DivClassName
{
background-color: #9A587B;
}
.BgClassName
{
background-color: #9A587B;
}
</style>
border-color css
<style>
span { border-color: #9A587B; }
span { border-color: rgb(154,88,123); }
td.TdClassName
{
border-color: #9A587B;
}
.TagClassName
{
border-color: #9A587B;
}
</style>