Shades of Strikemaster #9A6080
Tints of Strikemaster #9A6080
RGB
CMYK
RGB Variations
Color information
#9A6080 (or 0x9A6080) is known color: Strikemaster. HEX triplet: 9A, 60 and 80. RGB value is (154,96,128). Sum of RGB (Red+Green+Blue) = 154+96+128=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6080 is #659F7F. Grayscale: #747474. Windows color (decimal): -6659968 or 8413338. OLE color: 8413338.
HSL color Cylindrical-coordinate representation of color #9A6080: hue angle of 326.9º 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 #9A6080 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 96 | 128 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.40 |
| HSL | 326.9º | 0.23% | 0.49% | - |
| HSV(B) | 326.9º | 0.38% | 0.6% | - |
| XYZ | 21.41 | 16.79 | 22.54 | - |
| YUV | 116.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 128 | 0 | 0.38 | 0.17 | 0.40 | 326.9 | 0.23 | 0.49 |
| Hex | 9A | 60 | 80 | 0 | 26 | 11 | 28 | 147 | 17 | 31 |
| Octal | 232 | 140 | 200 | 0 | 46 | 21 | 50 | 507 | 27 | 61 |
| Binary | 10011010 | 1100000 | 10000000 | 0 | 100110 | 10001 | 101000 | 101000111 | 10111 | 110001 |
Color Harmonies of #9A6080
Complementary color
Monochromatic Colors of #9A6080
Black with #9A6080
Text Example
Text Example
White with #9A6080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6080; }
p { color: rgb(154,96,128); }
H1.HeaderClassName
{
color: #9A6080;
}
.AnyTagClassName
{
color: #9A6080;
}
</style>
background-color css
<style>
a { background-color: #9A6080; }
a { background-color: rgb(154,96,128); }
div.DivClassName
{
background-color: #9A6080;
}
.BgClassName
{
background-color: #9A6080;
}
</style>
border-color css
<style>
span { border-color: #9A6080; }
span { border-color: rgb(154,96,128); }
td.TdClassName
{
border-color: #9A6080;
}
.TagClassName
{
border-color: #9A6080;
}
</style>