Shades of Strikemaster #9A6A85
Tints of Strikemaster #9A6A85
RGB
CMYK
RGB Variations
Color information
#9A6A85 (or 0x9A6A85) is known color: Strikemaster. HEX triplet: 9A, 6A and 85. RGB value is (154,106,133). Sum of RGB (Red+Green+Blue) = 154+106+133=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6A85 is #65957A. Grayscale: #7B7B7B. Windows color (decimal): -6657403 or 8743578. OLE color: 8743578.
HSL color Cylindrical-coordinate representation of color #9A6A85: hue angle of 326.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A6A85 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 106 | 133 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.40 |
| HSL | 326.25º | 0.19% | 0.51% | - |
| HSV(B) | 326.25º | 0.31% | 0.6% | - |
| XYZ | 22.71 | 18.87 | 24.64 | - |
| YUV | 123.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 106 | 133 | 0 | 0.31 | 0.14 | 0.40 | 326.25 | 0.19 | 0.51 |
| Hex | 9A | 6A | 85 | 0 | 1F | E | 28 | 146 | 13 | 33 |
| Octal | 232 | 152 | 205 | 0 | 37 | 16 | 50 | 506 | 23 | 63 |
| Binary | 10011010 | 1101010 | 10000101 | 0 | 11111 | 1110 | 101000 | 101000110 | 10011 | 110011 |
Color Harmonies of #9A6A85
Complementary color
Monochromatic Colors of #9A6A85
Black with #9A6A85
Text Example
Text Example
White with #9A6A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6A85; }
p { color: rgb(154,106,133); }
H1.HeaderClassName
{
color: #9A6A85;
}
.AnyTagClassName
{
color: #9A6A85;
}
</style>
background-color css
<style>
a { background-color: #9A6A85; }
a { background-color: rgb(154,106,133); }
div.DivClassName
{
background-color: #9A6A85;
}
.BgClassName
{
background-color: #9A6A85;
}
</style>
border-color css
<style>
span { border-color: #9A6A85; }
span { border-color: rgb(154,106,133); }
td.TdClassName
{
border-color: #9A6A85;
}
.TagClassName
{
border-color: #9A6A85;
}
</style>