Shades of Strikemaster #9A6580
Tints of Strikemaster #9A6580
RGB
CMYK
RGB Variations
Color information
#9A6580 (or 0x9A6580) is known color: Strikemaster. HEX triplet: 9A, 65 and 80. RGB value is (154,101,128). Sum of RGB (Red+Green+Blue) = 154+101+128=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6580 is #659A7F. Grayscale: #777777. Windows color (decimal): -6658688 or 8414618. OLE color: 8414618.
HSL color Cylindrical-coordinate representation of color #9A6580: hue angle of 329.43º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A6580 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 101 | 128 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.40 |
| HSL | 329.43º | 0.21% | 0.5% | - |
| HSV(B) | 329.43º | 0.34% | 0.6% | - |
| XYZ | 21.88 | 17.74 | 22.69 | - |
| YUV | 119.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 128 | 0 | 0.34 | 0.17 | 0.40 | 329.43 | 0.21 | 0.5 |
| Hex | 9A | 65 | 80 | 0 | 22 | 11 | 28 | 149 | 15 | 32 |
| Octal | 232 | 145 | 200 | 0 | 42 | 21 | 50 | 511 | 25 | 62 |
| Binary | 10011010 | 1100101 | 10000000 | 0 | 100010 | 10001 | 101000 | 101001001 | 10101 | 110010 |
Color Harmonies of #9A6580
Complementary color
Monochromatic Colors of #9A6580
Black with #9A6580
Text Example
Text Example
White with #9A6580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6580; }
p { color: rgb(154,101,128); }
H1.HeaderClassName
{
color: #9A6580;
}
.AnyTagClassName
{
color: #9A6580;
}
</style>
background-color css
<style>
a { background-color: #9A6580; }
a { background-color: rgb(154,101,128); }
div.DivClassName
{
background-color: #9A6580;
}
.BgClassName
{
background-color: #9A6580;
}
</style>
border-color css
<style>
span { border-color: #9A6580; }
span { border-color: rgb(154,101,128); }
td.TdClassName
{
border-color: #9A6580;
}
.TagClassName
{
border-color: #9A6580;
}
</style>