Shades of Strikemaster #9A6F7E
Tints of Strikemaster #9A6F7E
RGB
CMYK
RGB Variations
Color information
#9A6F7E (or 0x9A6F7E) is known color: Strikemaster. HEX triplet: 9A, 6F and 7E. RGB value is (154,111,126). Sum of RGB (Red+Green+Blue) = 154+111+126=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6F7E is #659081. Grayscale: #7D7D7D. Windows color (decimal): -6656130 or 8286106. OLE color: 8286106.
HSL color Cylindrical-coordinate representation of color #9A6F7E: hue angle of 339.07º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A6F7E is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 111 | 126 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.40 |
| HSL | 339.07º | 0.18% | 0.52% | - |
| HSV(B) | 339.07º | 0.28% | 0.6% | - |
| XYZ | 22.78 | 19.75 | 22.35 | - |
| YUV | 125.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 111 | 126 | 0 | 0.28 | 0.18 | 0.40 | 339.07 | 0.18 | 0.52 |
| Hex | 9A | 6F | 7E | 0 | 1C | 12 | 28 | 153 | 12 | 34 |
| Octal | 232 | 157 | 176 | 0 | 34 | 22 | 50 | 523 | 22 | 64 |
| Binary | 10011010 | 1101111 | 1111110 | 0 | 11100 | 10010 | 101000 | 101010011 | 10010 | 110100 |
Color Harmonies of #9A6F7E
Complementary color
Monochromatic Colors of #9A6F7E
Black with #9A6F7E
Text Example
Text Example
White with #9A6F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6F7E; }
p { color: rgb(154,111,126); }
H1.HeaderClassName
{
color: #9A6F7E;
}
.AnyTagClassName
{
color: #9A6F7E;
}
</style>
background-color css
<style>
a { background-color: #9A6F7E; }
a { background-color: rgb(154,111,126); }
div.DivClassName
{
background-color: #9A6F7E;
}
.BgClassName
{
background-color: #9A6F7E;
}
</style>
border-color css
<style>
span { border-color: #9A6F7E; }
span { border-color: rgb(154,111,126); }
td.TdClassName
{
border-color: #9A6F7E;
}
.TagClassName
{
border-color: #9A6F7E;
}
</style>