Shades of Strikemaster #9A6B81
Tints of Strikemaster #9A6B81
RGB
CMYK
RGB Variations
Color information
#9A6B81 (or 0x9A6B81) is known color: Strikemaster. HEX triplet: 9A, 6B and 81. RGB value is (154,107,129). Sum of RGB (Red+Green+Blue) = 154+107+129=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6B81 is #65947E. Grayscale: #7B7B7B. Windows color (decimal): -6657151 or 8481690. OLE color: 8481690.
HSL color Cylindrical-coordinate representation of color #9A6B81: hue angle of 331.91º 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 #9A6B81 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 107 | 129 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.40 |
| HSL | 331.91º | 0.19% | 0.51% | - |
| HSV(B) | 331.91º | 0.31% | 0.6% | - |
| XYZ | 22.55 | 18.97 | 23.24 | - |
| YUV | 123.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 129 | 0 | 0.31 | 0.16 | 0.40 | 331.91 | 0.19 | 0.51 |
| Hex | 9A | 6B | 81 | 0 | 1F | 10 | 28 | 14C | 13 | 33 |
| Octal | 232 | 153 | 201 | 0 | 37 | 20 | 50 | 514 | 23 | 63 |
| Binary | 10011010 | 1101011 | 10000001 | 0 | 11111 | 10000 | 101000 | 101001100 | 10011 | 110011 |
Color Harmonies of #9A6B81
Complementary color
Monochromatic Colors of #9A6B81
Black with #9A6B81
Text Example
Text Example
White with #9A6B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6B81; }
p { color: rgb(154,107,129); }
H1.HeaderClassName
{
color: #9A6B81;
}
.AnyTagClassName
{
color: #9A6B81;
}
</style>
background-color css
<style>
a { background-color: #9A6B81; }
a { background-color: rgb(154,107,129); }
div.DivClassName
{
background-color: #9A6B81;
}
.BgClassName
{
background-color: #9A6B81;
}
</style>
border-color css
<style>
span { border-color: #9A6B81; }
span { border-color: rgb(154,107,129); }
td.TdClassName
{
border-color: #9A6B81;
}
.TagClassName
{
border-color: #9A6B81;
}
</style>