Shades of Strikemaster #9A5780
Tints of Strikemaster #9A5780
RGB
CMYK
RGB Variations
Color information
#9A5780 (or 0x9A5780) is known color: Strikemaster. HEX triplet: 9A, 57 and 80. RGB value is (154,87,128). Sum of RGB (Red+Green+Blue) = 154+87+128=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5780 is #65A87F. Grayscale: #6F6F6F. Windows color (decimal): -6662272 or 8411034. OLE color: 8411034.
HSL color Cylindrical-coordinate representation of color #9A5780: hue angle of 323.28º 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 #9A5780 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 87 | 128 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.40 |
| HSL | 323.28º | 0.28% | 0.47% | - |
| HSV(B) | 323.28º | 0.44% | 0.6% | - |
| XYZ | 20.63 | 15.24 | 22.28 | - |
| YUV | 111.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 87 | 128 | 0 | 0.44 | 0.17 | 0.40 | 323.28 | 0.28 | 0.47 |
| Hex | 9A | 57 | 80 | 0 | 2C | 11 | 28 | 143 | 1C | 2F |
| Octal | 232 | 127 | 200 | 0 | 54 | 21 | 50 | 503 | 34 | 57 |
| Binary | 10011010 | 1010111 | 10000000 | 0 | 101100 | 10001 | 101000 | 101000011 | 11100 | 101111 |
Color Harmonies of #9A5780
Complementary color
Monochromatic Colors of #9A5780
Black with #9A5780
Text Example
Text Example
White with #9A5780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5780; }
p { color: rgb(154,87,128); }
H1.HeaderClassName
{
color: #9A5780;
}
.AnyTagClassName
{
color: #9A5780;
}
</style>
background-color css
<style>
a { background-color: #9A5780; }
a { background-color: rgb(154,87,128); }
div.DivClassName
{
background-color: #9A5780;
}
.BgClassName
{
background-color: #9A5780;
}
</style>
border-color css
<style>
span { border-color: #9A5780; }
span { border-color: rgb(154,87,128); }
td.TdClassName
{
border-color: #9A5780;
}
.TagClassName
{
border-color: #9A5780;
}
</style>