Shades of Strikemaster #9C6781
Tints of Strikemaster #9C6781
RGB
CMYK
RGB Variations
Color information
#9C6781 (or 0x9C6781) is known color: Strikemaster. HEX triplet: 9C, 67 and 81. RGB value is (156,103,129). Sum of RGB (Red+Green+Blue) = 156+103+129=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6781 is #63987E. Grayscale: #797979. Windows color (decimal): -6527103 or 8480668. OLE color: 8480668.
HSL color Cylindrical-coordinate representation of color #9C6781: hue angle of 330.57º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C6781 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 103 | 129 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.39 |
| HSL | 330.57º | 0.21% | 0.51% | - |
| HSV(B) | 330.57º | 0.34% | 0.61% | - |
| XYZ | 22.52 | 18.35 | 23.12 | - |
| YUV | 121.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 129 | 0 | 0.34 | 0.17 | 0.39 | 330.57 | 0.21 | 0.51 |
| Hex | 9C | 67 | 81 | 0 | 22 | 11 | 27 | 14B | 15 | 33 |
| Octal | 234 | 147 | 201 | 0 | 42 | 21 | 47 | 513 | 25 | 63 |
| Binary | 10011100 | 1100111 | 10000001 | 0 | 100010 | 10001 | 100111 | 101001011 | 10101 | 110011 |
Color Harmonies of #9C6781
Complementary color
Monochromatic Colors of #9C6781
Black with #9C6781
Text Example
Text Example
White with #9C6781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6781; }
p { color: rgb(156,103,129); }
H1.HeaderClassName
{
color: #9C6781;
}
.AnyTagClassName
{
color: #9C6781;
}
</style>
background-color css
<style>
a { background-color: #9C6781; }
a { background-color: rgb(156,103,129); }
div.DivClassName
{
background-color: #9C6781;
}
.BgClassName
{
background-color: #9C6781;
}
</style>
border-color css
<style>
span { border-color: #9C6781; }
span { border-color: rgb(156,103,129); }
td.TdClassName
{
border-color: #9C6781;
}
.TagClassName
{
border-color: #9C6781;
}
</style>