Shades of Strikemaster #9A5E84
Tints of Strikemaster #9A5E84
RGB
CMYK
RGB Variations
Color information
#9A5E84 (or 0x9A5E84) is known color: Strikemaster. HEX triplet: 9A, 5E and 84. RGB value is (154,94,132). Sum of RGB (Red+Green+Blue) = 154+94+132=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5E84 is #65A17B. Grayscale: #747474. Windows color (decimal): -6660476 or 8674970. OLE color: 8674970.
HSL color Cylindrical-coordinate representation of color #9A5E84: hue angle of 322º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A5E84 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 94 | 132 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.40 |
| HSL | 322º | 0.24% | 0.49% | - |
| HSV(B) | 322º | 0.39% | 0.6% | - |
| XYZ | 21.49 | 16.54 | 23.89 | - |
| YUV | 116.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 132 | 0 | 0.39 | 0.14 | 0.40 | 322 | 0.24 | 0.49 |
| Hex | 9A | 5E | 84 | 0 | 27 | E | 28 | 142 | 18 | 31 |
| Octal | 232 | 136 | 204 | 0 | 47 | 16 | 50 | 502 | 30 | 61 |
| Binary | 10011010 | 1011110 | 10000100 | 0 | 100111 | 1110 | 101000 | 101000010 | 11000 | 110001 |
Color Harmonies of #9A5E84
Complementary color
Monochromatic Colors of #9A5E84
Black with #9A5E84
Text Example
Text Example
White with #9A5E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5E84; }
p { color: rgb(154,94,132); }
H1.HeaderClassName
{
color: #9A5E84;
}
.AnyTagClassName
{
color: #9A5E84;
}
</style>
background-color css
<style>
a { background-color: #9A5E84; }
a { background-color: rgb(154,94,132); }
div.DivClassName
{
background-color: #9A5E84;
}
.BgClassName
{
background-color: #9A5E84;
}
</style>
border-color css
<style>
span { border-color: #9A5E84; }
span { border-color: rgb(154,94,132); }
td.TdClassName
{
border-color: #9A5E84;
}
.TagClassName
{
border-color: #9A5E84;
}
</style>