Shades of Strikemaster #9A4D87
Tints of Strikemaster #9A4D87
RGB
CMYK
RGB Variations
Color information
#9A4D87 (or 0x9A4D87) is known color: Strikemaster. HEX triplet: 9A, 4D and 87. RGB value is (154,77,135). Sum of RGB (Red+Green+Blue) = 154+77+135=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A4D87 is #65B278. Grayscale: #6A6A6A. Windows color (decimal): -6664825 or 8867226. OLE color: 8867226.
HSL color Cylindrical-coordinate representation of color #9A4D87: hue angle of 314.81º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A4D87 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 77 | 135 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.40 |
| HSL | 314.81º | 0.33% | 0.45% | - |
| HSV(B) | 314.81º | 0.5% | 0.6% | - |
| XYZ | 20.35 | 13.93 | 24.54 | - |
| YUV | 106.64 | 144.01 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 77 | 135 | 0 | 0.50 | 0.12 | 0.40 | 314.81 | 0.33 | 0.45 |
| Hex | 9A | 4D | 87 | 0 | 32 | C | 28 | 13B | 21 | 2D |
| Octal | 232 | 115 | 207 | 0 | 62 | 14 | 50 | 473 | 41 | 55 |
| Binary | 10011010 | 1001101 | 10000111 | 0 | 110010 | 1100 | 101000 | 100111011 | 100001 | 101101 |
Color Harmonies of #9A4D87
Complementary color
Monochromatic Colors of #9A4D87
Black with #9A4D87
Text Example
Text Example
White with #9A4D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4D87; }
p { color: rgb(154,77,135); }
H1.HeaderClassName
{
color: #9A4D87;
}
.AnyTagClassName
{
color: #9A4D87;
}
</style>
background-color css
<style>
a { background-color: #9A4D87; }
a { background-color: rgb(154,77,135); }
div.DivClassName
{
background-color: #9A4D87;
}
.BgClassName
{
background-color: #9A4D87;
}
</style>
border-color css
<style>
span { border-color: #9A4D87; }
span { border-color: rgb(154,77,135); }
td.TdClassName
{
border-color: #9A4D87;
}
.TagClassName
{
border-color: #9A4D87;
}
</style>