Shades of Strikemaster #9A567F
Tints of Strikemaster #9A567F
RGB
CMYK
RGB Variations
Color information
#9A567F (or 0x9A567F) is known color: Strikemaster. HEX triplet: 9A, 56 and 7F. RGB value is (154,86,127). Sum of RGB (Red+Green+Blue) = 154+86+127=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A567F is #65A980. Grayscale: #6E6E6E. Windows color (decimal): -6662529 or 8345242. OLE color: 8345242.
HSL color Cylindrical-coordinate representation of color #9A567F: hue angle of 323.82º 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 #9A567F is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 86 | 127 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.40 |
| HSL | 323.82º | 0.28% | 0.47% | - |
| HSV(B) | 323.82º | 0.44% | 0.6% | - |
| XYZ | 20.48 | 15.06 | 21.91 | - |
| YUV | 111.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 86 | 127 | 0 | 0.44 | 0.18 | 0.40 | 323.82 | 0.28 | 0.47 |
| Hex | 9A | 56 | 7F | 0 | 2C | 12 | 28 | 144 | 1C | 2F |
| Octal | 232 | 126 | 177 | 0 | 54 | 22 | 50 | 504 | 34 | 57 |
| Binary | 10011010 | 1010110 | 1111111 | 0 | 101100 | 10010 | 101000 | 101000100 | 11100 | 101111 |
Color Harmonies of #9A567F
Complementary color
Monochromatic Colors of #9A567F
Black with #9A567F
Text Example
Text Example
White with #9A567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A567F; }
p { color: rgb(154,86,127); }
H1.HeaderClassName
{
color: #9A567F;
}
.AnyTagClassName
{
color: #9A567F;
}
</style>
background-color css
<style>
a { background-color: #9A567F; }
a { background-color: rgb(154,86,127); }
div.DivClassName
{
background-color: #9A567F;
}
.BgClassName
{
background-color: #9A567F;
}
</style>
border-color css
<style>
span { border-color: #9A567F; }
span { border-color: rgb(154,86,127); }
td.TdClassName
{
border-color: #9A567F;
}
.TagClassName
{
border-color: #9A567F;
}
</style>