Shades of Strikemaster #9A6B82
Tints of Strikemaster #9A6B82
RGB
CMYK
RGB Variations
Color information
#9A6B82 (or 0x9A6B82) is known color: Strikemaster. HEX triplet: 9A, 6B and 82. RGB value is (154,107,130). Sum of RGB (Red+Green+Blue) = 154+107+130=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6B82 is #65947D. Grayscale: #7B7B7B. Windows color (decimal): -6657150 or 8547226. OLE color: 8547226.
HSL color Cylindrical-coordinate representation of color #9A6B82: hue angle of 330.64º 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 #9A6B82 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 107 | 130 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.40 |
| HSL | 330.64º | 0.19% | 0.51% | - |
| HSV(B) | 330.64º | 0.31% | 0.6% | - |
| XYZ | 22.61 | 19 | 23.59 | - |
| YUV | 123.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 130 | 0 | 0.31 | 0.16 | 0.40 | 330.64 | 0.19 | 0.51 |
| Hex | 9A | 6B | 82 | 0 | 1F | 10 | 28 | 14B | 13 | 33 |
| Octal | 232 | 153 | 202 | 0 | 37 | 20 | 50 | 513 | 23 | 63 |
| Binary | 10011010 | 1101011 | 10000010 | 0 | 11111 | 10000 | 101000 | 101001011 | 10011 | 110011 |
Color Harmonies of #9A6B82
Complementary color
Monochromatic Colors of #9A6B82
Black with #9A6B82
Text Example
Text Example
White with #9A6B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6B82; }
p { color: rgb(154,107,130); }
H1.HeaderClassName
{
color: #9A6B82;
}
.AnyTagClassName
{
color: #9A6B82;
}
</style>
background-color css
<style>
a { background-color: #9A6B82; }
a { background-color: rgb(154,107,130); }
div.DivClassName
{
background-color: #9A6B82;
}
.BgClassName
{
background-color: #9A6B82;
}
</style>
border-color css
<style>
span { border-color: #9A6B82; }
span { border-color: rgb(154,107,130); }
td.TdClassName
{
border-color: #9A6B82;
}
.TagClassName
{
border-color: #9A6B82;
}
</style>