Shades of Strikemaster #9A7088
Tints of Strikemaster #9A7088
RGB
CMYK
RGB Variations
Color information
#9A7088 (or 0x9A7088) is known color: Strikemaster. HEX triplet: 9A, 70 and 88. RGB value is (154,112,136). Sum of RGB (Red+Green+Blue) = 154+112+136=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7088 is #658F77. Grayscale: #7F7F7F. Windows color (decimal): -6655864 or 8941722. OLE color: 8941722.
HSL color Cylindrical-coordinate representation of color #9A7088: hue angle of 325.71º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A7088 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 112 | 136 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.40 |
| HSL | 325.71º | 0.17% | 0.52% | - |
| HSV(B) | 325.71º | 0.27% | 0.6% | - |
| XYZ | 23.56 | 20.24 | 25.96 | - |
| YUV | 127.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 136 | 0 | 0.27 | 0.12 | 0.40 | 325.71 | 0.17 | 0.52 |
| Hex | 9A | 70 | 88 | 0 | 1B | C | 28 | 146 | 11 | 34 |
| Octal | 232 | 160 | 210 | 0 | 33 | 14 | 50 | 506 | 21 | 64 |
| Binary | 10011010 | 1110000 | 10001000 | 0 | 11011 | 1100 | 101000 | 101000110 | 10001 | 110100 |
Color Harmonies of #9A7088
Complementary color
Monochromatic Colors of #9A7088
Black with #9A7088
Text Example
Text Example
White with #9A7088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7088; }
p { color: rgb(154,112,136); }
H1.HeaderClassName
{
color: #9A7088;
}
.AnyTagClassName
{
color: #9A7088;
}
</style>
background-color css
<style>
a { background-color: #9A7088; }
a { background-color: rgb(154,112,136); }
div.DivClassName
{
background-color: #9A7088;
}
.BgClassName
{
background-color: #9A7088;
}
</style>
border-color css
<style>
span { border-color: #9A7088; }
span { border-color: rgb(154,112,136); }
td.TdClassName
{
border-color: #9A7088;
}
.TagClassName
{
border-color: #9A7088;
}
</style>