Shades of Strikemaster #9A5782
Tints of Strikemaster #9A5782
RGB
CMYK
RGB Variations
Color information
#9A5782 (or 0x9A5782) is known color: Strikemaster. HEX triplet: 9A, 57 and 82. RGB value is (154,87,130). Sum of RGB (Red+Green+Blue) = 154+87+130=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5782 is #65A87D. Grayscale: #6F6F6F. Windows color (decimal): -6662270 or 8542106. OLE color: 8542106.
HSL color Cylindrical-coordinate representation of color #9A5782: hue angle of 321.49º 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 #9A5782 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 87 | 130 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.40 |
| HSL | 321.49º | 0.28% | 0.47% | - |
| HSV(B) | 321.49º | 0.44% | 0.6% | - |
| XYZ | 20.76 | 15.3 | 22.98 | - |
| YUV | 111.94 | 138.2 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 87 | 130 | 0 | 0.44 | 0.16 | 0.40 | 321.49 | 0.28 | 0.47 |
| Hex | 9A | 57 | 82 | 0 | 2C | 10 | 28 | 141 | 1C | 2F |
| Octal | 232 | 127 | 202 | 0 | 54 | 20 | 50 | 501 | 34 | 57 |
| Binary | 10011010 | 1010111 | 10000010 | 0 | 101100 | 10000 | 101000 | 101000001 | 11100 | 101111 |
Color Harmonies of #9A5782
Complementary color
Monochromatic Colors of #9A5782
Black with #9A5782
Text Example
Text Example
White with #9A5782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5782; }
p { color: rgb(154,87,130); }
H1.HeaderClassName
{
color: #9A5782;
}
.AnyTagClassName
{
color: #9A5782;
}
</style>
background-color css
<style>
a { background-color: #9A5782; }
a { background-color: rgb(154,87,130); }
div.DivClassName
{
background-color: #9A5782;
}
.BgClassName
{
background-color: #9A5782;
}
</style>
border-color css
<style>
span { border-color: #9A5782; }
span { border-color: rgb(154,87,130); }
td.TdClassName
{
border-color: #9A5782;
}
.TagClassName
{
border-color: #9A5782;
}
</style>