Shades of Strikemaster #9A4E87
Tints of Strikemaster #9A4E87
RGB
CMYK
RGB Variations
Color information
#9A4E87 (or 0x9A4E87) is known color: Strikemaster. HEX triplet: 9A, 4E and 87. RGB value is (154,78,135). Sum of RGB (Red+Green+Blue) = 154+78+135=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A4E87 is #65B178. Grayscale: #6B6B6B. Windows color (decimal): -6664569 or 8867482. OLE color: 8867482.
HSL color Cylindrical-coordinate representation of color #9A4E87: hue angle of 315º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A4E87 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 78 | 135 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.40 |
| HSL | 315º | 0.33% | 0.45% | - |
| HSV(B) | 315º | 0.49% | 0.6% | - |
| XYZ | 20.42 | 14.07 | 24.56 | - |
| YUV | 107.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 78 | 135 | 0 | 0.49 | 0.12 | 0.40 | 315 | 0.33 | 0.45 |
| Hex | 9A | 4E | 87 | 0 | 31 | C | 28 | 13B | 21 | 2D |
| Octal | 232 | 116 | 207 | 0 | 61 | 14 | 50 | 473 | 41 | 55 |
| Binary | 10011010 | 1001110 | 10000111 | 0 | 110001 | 1100 | 101000 | 100111011 | 100001 | 101101 |
Color Harmonies of #9A4E87
Complementary color
Monochromatic Colors of #9A4E87
Black with #9A4E87
Text Example
Text Example
White with #9A4E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4E87; }
p { color: rgb(154,78,135); }
H1.HeaderClassName
{
color: #9A4E87;
}
.AnyTagClassName
{
color: #9A4E87;
}
</style>
background-color css
<style>
a { background-color: #9A4E87; }
a { background-color: rgb(154,78,135); }
div.DivClassName
{
background-color: #9A4E87;
}
.BgClassName
{
background-color: #9A4E87;
}
</style>
border-color css
<style>
span { border-color: #9A4E87; }
span { border-color: rgb(154,78,135); }
td.TdClassName
{
border-color: #9A4E87;
}
.TagClassName
{
border-color: #9A4E87;
}
</style>