Shades of Strikemaster #9A6A80
Tints of Strikemaster #9A6A80
RGB
CMYK
RGB Variations
Color information
#9A6A80 (or 0x9A6A80) is known color: Strikemaster. HEX triplet: 9A, 6A and 80. RGB value is (154,106,128). Sum of RGB (Red+Green+Blue) = 154+106+128=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6A80 is #65957F. Grayscale: #7A7A7A. Windows color (decimal): -6657408 or 8415898. OLE color: 8415898.
HSL color Cylindrical-coordinate representation of color #9A6A80: hue angle of 332.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A6A80 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 106 | 128 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.40 |
| HSL | 332.5º | 0.19% | 0.51% | - |
| HSV(B) | 332.5º | 0.31% | 0.6% | - |
| XYZ | 22.38 | 18.74 | 22.86 | - |
| YUV | 122.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 106 | 128 | 0 | 0.31 | 0.17 | 0.40 | 332.5 | 0.19 | 0.51 |
| Hex | 9A | 6A | 80 | 0 | 1F | 11 | 28 | 14C | 13 | 33 |
| Octal | 232 | 152 | 200 | 0 | 37 | 21 | 50 | 514 | 23 | 63 |
| Binary | 10011010 | 1101010 | 10000000 | 0 | 11111 | 10001 | 101000 | 101001100 | 10011 | 110011 |
Color Harmonies of #9A6A80
Complementary color
Monochromatic Colors of #9A6A80
Black with #9A6A80
Text Example
Text Example
White with #9A6A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6A80; }
p { color: rgb(154,106,128); }
H1.HeaderClassName
{
color: #9A6A80;
}
.AnyTagClassName
{
color: #9A6A80;
}
</style>
background-color css
<style>
a { background-color: #9A6A80; }
a { background-color: rgb(154,106,128); }
div.DivClassName
{
background-color: #9A6A80;
}
.BgClassName
{
background-color: #9A6A80;
}
</style>
border-color css
<style>
span { border-color: #9A6A80; }
span { border-color: rgb(154,106,128); }
td.TdClassName
{
border-color: #9A6A80;
}
.TagClassName
{
border-color: #9A6A80;
}
</style>