Shades of Strikemaster #9A6C87
Tints of Strikemaster #9A6C87
RGB
CMYK
RGB Variations
Color information
#9A6C87 (or 0x9A6C87) is known color: Strikemaster. HEX triplet: 9A, 6C and 87. RGB value is (154,108,135). Sum of RGB (Red+Green+Blue) = 154+108+135=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6C87 is #659378. Grayscale: #7C7C7C. Windows color (decimal): -6656889 or 8875162. OLE color: 8875162.
HSL color Cylindrical-coordinate representation of color #9A6C87: hue angle of 324.78º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A6C87 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 108 | 135 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.40 |
| HSL | 324.78º | 0.19% | 0.51% | - |
| HSV(B) | 324.78º | 0.3% | 0.6% | - |
| XYZ | 23.06 | 19.34 | 25.44 | - |
| YUV | 124.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 135 | 0 | 0.30 | 0.12 | 0.40 | 324.78 | 0.19 | 0.51 |
| Hex | 9A | 6C | 87 | 0 | 1E | C | 28 | 145 | 13 | 33 |
| Octal | 232 | 154 | 207 | 0 | 36 | 14 | 50 | 505 | 23 | 63 |
| Binary | 10011010 | 1101100 | 10000111 | 0 | 11110 | 1100 | 101000 | 101000101 | 10011 | 110011 |
Color Harmonies of #9A6C87
Complementary color
Monochromatic Colors of #9A6C87
Black with #9A6C87
Text Example
Text Example
White with #9A6C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6C87; }
p { color: rgb(154,108,135); }
H1.HeaderClassName
{
color: #9A6C87;
}
.AnyTagClassName
{
color: #9A6C87;
}
</style>
background-color css
<style>
a { background-color: #9A6C87; }
a { background-color: rgb(154,108,135); }
div.DivClassName
{
background-color: #9A6C87;
}
.BgClassName
{
background-color: #9A6C87;
}
</style>
border-color css
<style>
span { border-color: #9A6C87; }
span { border-color: rgb(154,108,135); }
td.TdClassName
{
border-color: #9A6C87;
}
.TagClassName
{
border-color: #9A6C87;
}
</style>