Shades of Strikemaster #9A6E80
Tints of Strikemaster #9A6E80
RGB
CMYK
RGB Variations
Color information
#9A6E80 (or 0x9A6E80) is known color: Strikemaster. HEX triplet: 9A, 6E and 80. RGB value is (154,110,128). Sum of RGB (Red+Green+Blue) = 154+110+128=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6E80 is #65917F. Grayscale: #7D7D7D. Windows color (decimal): -6656384 or 8416922. OLE color: 8416922.
HSL color Cylindrical-coordinate representation of color #9A6E80: hue angle of 335.45º 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 #9A6E80 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 110 | 128 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.40 |
| HSL | 335.45º | 0.18% | 0.52% | - |
| HSV(B) | 335.45º | 0.29% | 0.6% | - |
| XYZ | 22.8 | 19.58 | 23 | - |
| YUV | 125.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 110 | 128 | 0 | 0.29 | 0.17 | 0.40 | 335.45 | 0.18 | 0.52 |
| Hex | 9A | 6E | 80 | 0 | 1D | 11 | 28 | 14F | 12 | 34 |
| Octal | 232 | 156 | 200 | 0 | 35 | 21 | 50 | 517 | 22 | 64 |
| Binary | 10011010 | 1101110 | 10000000 | 0 | 11101 | 10001 | 101000 | 101001111 | 10010 | 110100 |
Color Harmonies of #9A6E80
Complementary color
Monochromatic Colors of #9A6E80
Black with #9A6E80
Text Example
Text Example
White with #9A6E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6E80; }
p { color: rgb(154,110,128); }
H1.HeaderClassName
{
color: #9A6E80;
}
.AnyTagClassName
{
color: #9A6E80;
}
</style>
background-color css
<style>
a { background-color: #9A6E80; }
a { background-color: rgb(154,110,128); }
div.DivClassName
{
background-color: #9A6E80;
}
.BgClassName
{
background-color: #9A6E80;
}
</style>
border-color css
<style>
span { border-color: #9A6E80; }
span { border-color: rgb(154,110,128); }
td.TdClassName
{
border-color: #9A6E80;
}
.TagClassName
{
border-color: #9A6E80;
}
</style>