Shades of Strikemaster #9A567A
Tints of Strikemaster #9A567A
RGB
CMYK
RGB Variations
Color information
#9A567A (or 0x9A567A) is known color: Strikemaster. HEX triplet: 9A, 56 and 7A. RGB value is (154,86,122). Sum of RGB (Red+Green+Blue) = 154+86+122=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 154 - color contains mainly: red. Hex color #9A567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A567A is #65A985. Grayscale: #6E6E6E. Windows color (decimal): -6662534 or 8017562. OLE color: 8017562.
HSL color Cylindrical-coordinate representation of color #9A567A: hue angle of 328.24º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A567A is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 86 | 122 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.40 |
| HSL | 328.24º | 0.28% | 0.47% | - |
| HSV(B) | 328.24º | 0.44% | 0.6% | - |
| XYZ | 20.17 | 14.93 | 20.23 | - |
| YUV | 110.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 86 | 122 | 0 | 0.44 | 0.21 | 0.40 | 328.24 | 0.28 | 0.47 |
| Hex | 9A | 56 | 7A | 0 | 2C | 15 | 28 | 148 | 1C | 2F |
| Octal | 232 | 126 | 172 | 0 | 54 | 25 | 50 | 510 | 34 | 57 |
| Binary | 10011010 | 1010110 | 1111010 | 0 | 101100 | 10101 | 101000 | 101001000 | 11100 | 101111 |
Color Harmonies of #9A567A
Complementary color
Monochromatic Colors of #9A567A
Black with #9A567A
Text Example
Text Example
White with #9A567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A567A; }
p { color: rgb(154,86,122); }
H1.HeaderClassName
{
color: #9A567A;
}
.AnyTagClassName
{
color: #9A567A;
}
</style>
background-color css
<style>
a { background-color: #9A567A; }
a { background-color: rgb(154,86,122); }
div.DivClassName
{
background-color: #9A567A;
}
.BgClassName
{
background-color: #9A567A;
}
</style>
border-color css
<style>
span { border-color: #9A567A; }
span { border-color: rgb(154,86,122); }
td.TdClassName
{
border-color: #9A567A;
}
.TagClassName
{
border-color: #9A567A;
}
</style>