Shades of Strikemaster #9A6B85
Tints of Strikemaster #9A6B85
RGB
CMYK
RGB Variations
Color information
#9A6B85 (or 0x9A6B85) is known color: Strikemaster. HEX triplet: 9A, 6B and 85. RGB value is (154,107,133). Sum of RGB (Red+Green+Blue) = 154+107+133=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6B85 is #65947A. Grayscale: #7B7B7B. Windows color (decimal): -6657147 or 8743834. OLE color: 8743834.
HSL color Cylindrical-coordinate representation of color #9A6B85: hue angle of 326.81º 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 #9A6B85 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 107 | 133 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.40 |
| HSL | 326.81º | 0.19% | 0.51% | - |
| HSV(B) | 326.81º | 0.31% | 0.6% | - |
| XYZ | 22.82 | 19.08 | 24.67 | - |
| YUV | 124.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 133 | 0 | 0.31 | 0.14 | 0.40 | 326.81 | 0.19 | 0.51 |
| Hex | 9A | 6B | 85 | 0 | 1F | E | 28 | 147 | 13 | 33 |
| Octal | 232 | 153 | 205 | 0 | 37 | 16 | 50 | 507 | 23 | 63 |
| Binary | 10011010 | 1101011 | 10000101 | 0 | 11111 | 1110 | 101000 | 101000111 | 10011 | 110011 |
Color Harmonies of #9A6B85
Complementary color
Monochromatic Colors of #9A6B85
Black with #9A6B85
Text Example
Text Example
White with #9A6B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6B85; }
p { color: rgb(154,107,133); }
H1.HeaderClassName
{
color: #9A6B85;
}
.AnyTagClassName
{
color: #9A6B85;
}
</style>
background-color css
<style>
a { background-color: #9A6B85; }
a { background-color: rgb(154,107,133); }
div.DivClassName
{
background-color: #9A6B85;
}
.BgClassName
{
background-color: #9A6B85;
}
</style>
border-color css
<style>
span { border-color: #9A6B85; }
span { border-color: rgb(154,107,133); }
td.TdClassName
{
border-color: #9A6B85;
}
.TagClassName
{
border-color: #9A6B85;
}
</style>