Shades of Strikemaster #9A5A84
Tints of Strikemaster #9A5A84
RGB
CMYK
RGB Variations
Color information
#9A5A84 (or 0x9A5A84) is known color: Strikemaster. HEX triplet: 9A, 5A and 84. RGB value is (154,90,132). Sum of RGB (Red+Green+Blue) = 154+90+132=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5A84 is #65A57B. Grayscale: #717171. Windows color (decimal): -6661500 or 8673946. OLE color: 8673946.
HSL color Cylindrical-coordinate representation of color #9A5A84: hue angle of 320.62º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A5A84 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 90 | 132 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.40 |
| HSL | 320.63º | 0.26% | 0.48% | - |
| HSV(B) | 320.63º | 0.42% | 0.6% | - |
| XYZ | 21.15 | 15.85 | 23.77 | - |
| YUV | 113.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 90 | 132 | 0 | 0.42 | 0.14 | 0.40 | 320.63 | 0.26 | 0.48 |
| Hex | 9A | 5A | 84 | 0 | 2A | E | 28 | 141 | 1A | 30 |
| Octal | 232 | 132 | 204 | 0 | 52 | 16 | 50 | 501 | 32 | 60 |
| Binary | 10011010 | 1011010 | 10000100 | 0 | 101010 | 1110 | 101000 | 101000001 | 11010 | 110000 |
Color Harmonies of #9A5A84
Complementary color
Monochromatic Colors of #9A5A84
Black with #9A5A84
Text Example
Text Example
White with #9A5A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5A84; }
p { color: rgb(154,90,132); }
H1.HeaderClassName
{
color: #9A5A84;
}
.AnyTagClassName
{
color: #9A5A84;
}
</style>
background-color css
<style>
a { background-color: #9A5A84; }
a { background-color: rgb(154,90,132); }
div.DivClassName
{
background-color: #9A5A84;
}
.BgClassName
{
background-color: #9A5A84;
}
</style>
border-color css
<style>
span { border-color: #9A5A84; }
span { border-color: rgb(154,90,132); }
td.TdClassName
{
border-color: #9A5A84;
}
.TagClassName
{
border-color: #9A5A84;
}
</style>