Shades of Strikemaster #9A6F85
Tints of Strikemaster #9A6F85
RGB
CMYK
RGB Variations
Color information
#9A6F85 (or 0x9A6F85) is known color: Strikemaster. HEX triplet: 9A, 6F and 85. RGB value is (154,111,133). Sum of RGB (Red+Green+Blue) = 154+111+133=398 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.69% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6F85 is #65907A. Grayscale: #7E7E7E. Windows color (decimal): -6656123 or 8744858. OLE color: 8744858.
HSL color Cylindrical-coordinate representation of color #9A6F85: hue angle of 329.3º 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 #9A6F85 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 111 | 133 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.40 |
| HSL | 329.3º | 0.18% | 0.52% | - |
| HSV(B) | 329.3º | 0.28% | 0.6% | - |
| XYZ | 23.24 | 19.93 | 24.81 | - |
| YUV | 126.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 111 | 133 | 0 | 0.28 | 0.14 | 0.40 | 329.3 | 0.18 | 0.52 |
| Hex | 9A | 6F | 85 | 0 | 1C | E | 28 | 149 | 12 | 34 |
| Octal | 232 | 157 | 205 | 0 | 34 | 16 | 50 | 511 | 22 | 64 |
| Binary | 10011010 | 1101111 | 10000101 | 0 | 11100 | 1110 | 101000 | 101001001 | 10010 | 110100 |
Color Harmonies of #9A6F85
Complementary color
Monochromatic Colors of #9A6F85
Black with #9A6F85
Text Example
Text Example
White with #9A6F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6F85; }
p { color: rgb(154,111,133); }
H1.HeaderClassName
{
color: #9A6F85;
}
.AnyTagClassName
{
color: #9A6F85;
}
</style>
background-color css
<style>
a { background-color: #9A6F85; }
a { background-color: rgb(154,111,133); }
div.DivClassName
{
background-color: #9A6F85;
}
.BgClassName
{
background-color: #9A6F85;
}
</style>
border-color css
<style>
span { border-color: #9A6F85; }
span { border-color: rgb(154,111,133); }
td.TdClassName
{
border-color: #9A6F85;
}
.TagClassName
{
border-color: #9A6F85;
}
</style>