Shades of Strikemaster #9A517A
Tints of Strikemaster #9A517A
RGB
CMYK
RGB Variations
Color information
#9A517A (or 0x9A517A) is known color: Strikemaster. HEX triplet: 9A, 51 and 7A. RGB value is (154,81,122). Sum of RGB (Red+Green+Blue) = 154+81+122=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 154 - color contains mainly: red. Hex color #9A517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A517A is #65AE85. Grayscale: #6B6B6B. Windows color (decimal): -6663814 or 8016282. OLE color: 8016282.
HSL color Cylindrical-coordinate representation of color #9A517A: hue angle of 326.3º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A517A is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 81 | 122 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.40 |
| HSL | 326.3º | 0.31% | 0.46% | - |
| HSV(B) | 326.3º | 0.47% | 0.6% | - |
| XYZ | 19.78 | 14.16 | 20.1 | - |
| YUV | 107.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 81 | 122 | 0 | 0.47 | 0.21 | 0.40 | 326.3 | 0.31 | 0.46 |
| Hex | 9A | 51 | 7A | 0 | 2F | 15 | 28 | 146 | 1F | 2E |
| Octal | 232 | 121 | 172 | 0 | 57 | 25 | 50 | 506 | 37 | 56 |
| Binary | 10011010 | 1010001 | 1111010 | 0 | 101111 | 10101 | 101000 | 101000110 | 11111 | 101110 |
Color Harmonies of #9A517A
Complementary color
Monochromatic Colors of #9A517A
Black with #9A517A
Text Example
Text Example
White with #9A517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A517A; }
p { color: rgb(154,81,122); }
H1.HeaderClassName
{
color: #9A517A;
}
.AnyTagClassName
{
color: #9A517A;
}
</style>
background-color css
<style>
a { background-color: #9A517A; }
a { background-color: rgb(154,81,122); }
div.DivClassName
{
background-color: #9A517A;
}
.BgClassName
{
background-color: #9A517A;
}
</style>
border-color css
<style>
span { border-color: #9A517A; }
span { border-color: rgb(154,81,122); }
td.TdClassName
{
border-color: #9A517A;
}
.TagClassName
{
border-color: #9A517A;
}
</style>