Shades of Strikemaster #9A6087
Tints of Strikemaster #9A6087
RGB
CMYK
RGB Variations
Color information
#9A6087 (or 0x9A6087) is known color: Strikemaster. HEX triplet: 9A, 60 and 87. RGB value is (154,96,135). Sum of RGB (Red+Green+Blue) = 154+96+135=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6087 is #659F78. Grayscale: #757575. Windows color (decimal): -6659961 or 8872090. OLE color: 8872090.
HSL color Cylindrical-coordinate representation of color #9A6087: hue angle of 319.66º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A6087 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 96 | 135 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.40 |
| HSL | 319.66º | 0.23% | 0.49% | - |
| HSV(B) | 319.66º | 0.38% | 0.6% | - |
| XYZ | 21.88 | 16.99 | 25.05 | - |
| YUV | 117.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 135 | 0 | 0.38 | 0.12 | 0.40 | 319.66 | 0.23 | 0.49 |
| Hex | 9A | 60 | 87 | 0 | 26 | C | 28 | 140 | 17 | 31 |
| Octal | 232 | 140 | 207 | 0 | 46 | 14 | 50 | 500 | 27 | 61 |
| Binary | 10011010 | 1100000 | 10000111 | 0 | 100110 | 1100 | 101000 | 101000000 | 10111 | 110001 |
Color Harmonies of #9A6087
Complementary color
Monochromatic Colors of #9A6087
Black with #9A6087
Text Example
Text Example
White with #9A6087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6087; }
p { color: rgb(154,96,135); }
H1.HeaderClassName
{
color: #9A6087;
}
.AnyTagClassName
{
color: #9A6087;
}
</style>
background-color css
<style>
a { background-color: #9A6087; }
a { background-color: rgb(154,96,135); }
div.DivClassName
{
background-color: #9A6087;
}
.BgClassName
{
background-color: #9A6087;
}
</style>
border-color css
<style>
span { border-color: #9A6087; }
span { border-color: rgb(154,96,135); }
td.TdClassName
{
border-color: #9A6087;
}
.TagClassName
{
border-color: #9A6087;
}
</style>