Shades of Strikemaster #9A6882
Tints of Strikemaster #9A6882
RGB
CMYK
RGB Variations
Color information
#9A6882 (or 0x9A6882) is known color: Strikemaster. HEX triplet: 9A, 68 and 82. RGB value is (154,104,130). Sum of RGB (Red+Green+Blue) = 154+104+130=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6882 is #65977D. Grayscale: #797979. Windows color (decimal): -6657918 or 8546458. OLE color: 8546458.
HSL color Cylindrical-coordinate representation of color #9A6882: hue angle of 328.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A6882 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 104 | 130 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.40 |
| HSL | 328.8º | 0.2% | 0.51% | - |
| HSV(B) | 328.8º | 0.32% | 0.6% | - |
| XYZ | 22.31 | 18.38 | 23.49 | - |
| YUV | 121.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 130 | 0 | 0.32 | 0.16 | 0.40 | 328.8 | 0.2 | 0.51 |
| Hex | 9A | 68 | 82 | 0 | 20 | 10 | 28 | 149 | 14 | 33 |
| Octal | 232 | 150 | 202 | 0 | 40 | 20 | 50 | 511 | 24 | 63 |
| Binary | 10011010 | 1101000 | 10000010 | 0 | 100000 | 10000 | 101000 | 101001001 | 10100 | 110011 |
Color Harmonies of #9A6882
Complementary color
Monochromatic Colors of #9A6882
Black with #9A6882
Text Example
Text Example
White with #9A6882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6882; }
p { color: rgb(154,104,130); }
H1.HeaderClassName
{
color: #9A6882;
}
.AnyTagClassName
{
color: #9A6882;
}
</style>
background-color css
<style>
a { background-color: #9A6882; }
a { background-color: rgb(154,104,130); }
div.DivClassName
{
background-color: #9A6882;
}
.BgClassName
{
background-color: #9A6882;
}
</style>
border-color css
<style>
span { border-color: #9A6882; }
span { border-color: rgb(154,104,130); }
td.TdClassName
{
border-color: #9A6882;
}
.TagClassName
{
border-color: #9A6882;
}
</style>