Shades of Strikemaster #9A6E7F
Tints of Strikemaster #9A6E7F
RGB
CMYK
RGB Variations
Color information
#9A6E7F (or 0x9A6E7F) is known color: Strikemaster. HEX triplet: 9A, 6E and 7F. RGB value is (154,110,127). Sum of RGB (Red+Green+Blue) = 154+110+127=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6E7F is #659180. Grayscale: #7D7D7D. Windows color (decimal): -6656385 or 8351386. OLE color: 8351386.
HSL color Cylindrical-coordinate representation of color #9A6E7F: hue angle of 336.82º 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 #9A6E7F is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 110 | 127 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.40 |
| HSL | 336.82º | 0.18% | 0.52% | - |
| HSV(B) | 336.82º | 0.29% | 0.6% | - |
| XYZ | 22.73 | 19.55 | 22.65 | - |
| YUV | 125.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 110 | 127 | 0 | 0.29 | 0.18 | 0.40 | 336.82 | 0.18 | 0.52 |
| Hex | 9A | 6E | 7F | 0 | 1D | 12 | 28 | 151 | 12 | 34 |
| Octal | 232 | 156 | 177 | 0 | 35 | 22 | 50 | 521 | 22 | 64 |
| Binary | 10011010 | 1101110 | 1111111 | 0 | 11101 | 10010 | 101000 | 101010001 | 10010 | 110100 |
Color Harmonies of #9A6E7F
Complementary color
Monochromatic Colors of #9A6E7F
Black with #9A6E7F
Text Example
Text Example
White with #9A6E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6E7F; }
p { color: rgb(154,110,127); }
H1.HeaderClassName
{
color: #9A6E7F;
}
.AnyTagClassName
{
color: #9A6E7F;
}
</style>
background-color css
<style>
a { background-color: #9A6E7F; }
a { background-color: rgb(154,110,127); }
div.DivClassName
{
background-color: #9A6E7F;
}
.BgClassName
{
background-color: #9A6E7F;
}
</style>
border-color css
<style>
span { border-color: #9A6E7F; }
span { border-color: rgb(154,110,127); }
td.TdClassName
{
border-color: #9A6E7F;
}
.TagClassName
{
border-color: #9A6E7F;
}
</style>