Shades of Strikemaster #9C6A81
Tints of Strikemaster #9C6A81
RGB
CMYK
RGB Variations
Color information
#9C6A81 (or 0x9C6A81) is known color: Strikemaster. HEX triplet: 9C, 6A and 81. RGB value is (156,106,129). Sum of RGB (Red+Green+Blue) = 156+106+129=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6A81 is #63957E. Grayscale: #7B7B7B. Windows color (decimal): -6526335 or 8481436. OLE color: 8481436.
HSL color Cylindrical-coordinate representation of color #9C6A81: hue angle of 332.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C6A81 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 106 | 129 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.39 |
| HSL | 332.4º | 0.2% | 0.51% | - |
| HSV(B) | 332.4º | 0.32% | 0.61% | - |
| XYZ | 22.83 | 18.96 | 23.23 | - |
| YUV | 123.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 106 | 129 | 0 | 0.32 | 0.17 | 0.39 | 332.4 | 0.2 | 0.51 |
| Hex | 9C | 6A | 81 | 0 | 20 | 11 | 27 | 14C | 14 | 33 |
| Octal | 234 | 152 | 201 | 0 | 40 | 21 | 47 | 514 | 24 | 63 |
| Binary | 10011100 | 1101010 | 10000001 | 0 | 100000 | 10001 | 100111 | 101001100 | 10100 | 110011 |
Color Harmonies of #9C6A81
Complementary color
Monochromatic Colors of #9C6A81
Black with #9C6A81
Text Example
Text Example
White with #9C6A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6A81; }
p { color: rgb(156,106,129); }
H1.HeaderClassName
{
color: #9C6A81;
}
.AnyTagClassName
{
color: #9C6A81;
}
</style>
background-color css
<style>
a { background-color: #9C6A81; }
a { background-color: rgb(156,106,129); }
div.DivClassName
{
background-color: #9C6A81;
}
.BgClassName
{
background-color: #9C6A81;
}
</style>
border-color css
<style>
span { border-color: #9C6A81; }
span { border-color: rgb(156,106,129); }
td.TdClassName
{
border-color: #9C6A81;
}
.TagClassName
{
border-color: #9C6A81;
}
</style>