Shades of Strikemaster #9C6A8B
Tints of Strikemaster #9C6A8B
RGB
CMYK
RGB Variations
Color information
#9C6A8B (or 0x9C6A8B) is known color: Strikemaster. HEX triplet: 9C, 6A and 8B. RGB value is (156,106,139). Sum of RGB (Red+Green+Blue) = 156+106+139=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6A8B is #639574. Grayscale: #7C7C7C. Windows color (decimal): -6526325 or 9136796. OLE color: 9136796.
HSL color Cylindrical-coordinate representation of color #9C6A8B: hue angle of 320.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 #9C6A8B is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 106 | 139 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.39 |
| HSL | 320.4º | 0.2% | 0.51% | - |
| HSV(B) | 320.4º | 0.32% | 0.61% | - |
| XYZ | 23.52 | 19.24 | 26.9 | - |
| YUV | 124.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 106 | 139 | 0 | 0.32 | 0.11 | 0.39 | 320.4 | 0.2 | 0.51 |
| Hex | 9C | 6A | 8B | 0 | 20 | B | 27 | 140 | 14 | 33 |
| Octal | 234 | 152 | 213 | 0 | 40 | 13 | 47 | 500 | 24 | 63 |
| Binary | 10011100 | 1101010 | 10001011 | 0 | 100000 | 1011 | 100111 | 101000000 | 10100 | 110011 |
Color Harmonies of #9C6A8B
Complementary color
Monochromatic Colors of #9C6A8B
Black with #9C6A8B
Text Example
Text Example
White with #9C6A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6A8B; }
p { color: rgb(156,106,139); }
H1.HeaderClassName
{
color: #9C6A8B;
}
.AnyTagClassName
{
color: #9C6A8B;
}
</style>
background-color css
<style>
a { background-color: #9C6A8B; }
a { background-color: rgb(156,106,139); }
div.DivClassName
{
background-color: #9C6A8B;
}
.BgClassName
{
background-color: #9C6A8B;
}
</style>
border-color css
<style>
span { border-color: #9C6A8B; }
span { border-color: rgb(156,106,139); }
td.TdClassName
{
border-color: #9C6A8B;
}
.TagClassName
{
border-color: #9C6A8B;
}
</style>