Shades of Strikemaster #9A6E81
Tints of Strikemaster #9A6E81
RGB
CMYK
RGB Variations
Color information
#9A6E81 (or 0x9A6E81) is known color: Strikemaster. HEX triplet: 9A, 6E and 81. RGB value is (154,110,129). Sum of RGB (Red+Green+Blue) = 154+110+129=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6E81 is #65917E. Grayscale: #7D7D7D. Windows color (decimal): -6656383 or 8482458. OLE color: 8482458.
HSL color Cylindrical-coordinate representation of color #9A6E81: hue angle of 334.09º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A6E81 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 110 | 129 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.40 |
| HSL | 334.09º | 0.18% | 0.52% | - |
| HSV(B) | 334.09º | 0.29% | 0.6% | - |
| XYZ | 22.86 | 19.61 | 23.35 | - |
| YUV | 125.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 110 | 129 | 0 | 0.29 | 0.16 | 0.40 | 334.09 | 0.18 | 0.52 |
| Hex | 9A | 6E | 81 | 0 | 1D | 10 | 28 | 14E | 12 | 34 |
| Octal | 232 | 156 | 201 | 0 | 35 | 20 | 50 | 516 | 22 | 64 |
| Binary | 10011010 | 1101110 | 10000001 | 0 | 11101 | 10000 | 101000 | 101001110 | 10010 | 110100 |
Color Harmonies of #9A6E81
Complementary color
Monochromatic Colors of #9A6E81
Black with #9A6E81
Text Example
Text Example
White with #9A6E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6E81; }
p { color: rgb(154,110,129); }
H1.HeaderClassName
{
color: #9A6E81;
}
.AnyTagClassName
{
color: #9A6E81;
}
</style>
background-color css
<style>
a { background-color: #9A6E81; }
a { background-color: rgb(154,110,129); }
div.DivClassName
{
background-color: #9A6E81;
}
.BgClassName
{
background-color: #9A6E81;
}
</style>
border-color css
<style>
span { border-color: #9A6E81; }
span { border-color: rgb(154,110,129); }
td.TdClassName
{
border-color: #9A6E81;
}
.TagClassName
{
border-color: #9A6E81;
}
</style>