Shades of Strikemaster #9A6781
Tints of Strikemaster #9A6781
RGB
CMYK
RGB Variations
Color information
#9A6781 (or 0x9A6781) is known color: Strikemaster. HEX triplet: 9A, 67 and 81. RGB value is (154,103,129). Sum of RGB (Red+Green+Blue) = 154+103+129=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6781 is #65987E. Grayscale: #797979. Windows color (decimal): -6658175 or 8480666. OLE color: 8480666.
HSL color Cylindrical-coordinate representation of color #9A6781: hue angle of 329.41º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A6781 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 103 | 129 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.40 |
| HSL | 329.41º | 0.2% | 0.5% | - |
| HSV(B) | 329.41º | 0.33% | 0.6% | - |
| XYZ | 22.14 | 18.16 | 23.11 | - |
| YUV | 121.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 103 | 129 | 0 | 0.33 | 0.16 | 0.40 | 329.41 | 0.2 | 0.5 |
| Hex | 9A | 67 | 81 | 0 | 21 | 10 | 28 | 149 | 14 | 32 |
| Octal | 232 | 147 | 201 | 0 | 41 | 20 | 50 | 511 | 24 | 62 |
| Binary | 10011010 | 1100111 | 10000001 | 0 | 100001 | 10000 | 101000 | 101001001 | 10100 | 110010 |
Color Harmonies of #9A6781
Complementary color
Monochromatic Colors of #9A6781
Black with #9A6781
Text Example
Text Example
White with #9A6781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6781; }
p { color: rgb(154,103,129); }
H1.HeaderClassName
{
color: #9A6781;
}
.AnyTagClassName
{
color: #9A6781;
}
</style>
background-color css
<style>
a { background-color: #9A6781; }
a { background-color: rgb(154,103,129); }
div.DivClassName
{
background-color: #9A6781;
}
.BgClassName
{
background-color: #9A6781;
}
</style>
border-color css
<style>
span { border-color: #9A6781; }
span { border-color: rgb(154,103,129); }
td.TdClassName
{
border-color: #9A6781;
}
.TagClassName
{
border-color: #9A6781;
}
</style>