Shades of Strikemaster #9C6682
Tints of Strikemaster #9C6682
RGB
CMYK
RGB Variations
Color information
#9C6682 (or 0x9C6682) is known color: Strikemaster. HEX triplet: 9C, 66 and 82. RGB value is (156,102,130). Sum of RGB (Red+Green+Blue) = 156+102+130=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6682 is #63997D. Grayscale: #797979. Windows color (decimal): -6527358 or 8545948. OLE color: 8545948.
HSL color Cylindrical-coordinate representation of color #9C6682: hue angle of 328.89º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C6682 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 102 | 130 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.39 |
| HSL | 328.89º | 0.21% | 0.51% | - |
| HSV(B) | 328.89º | 0.35% | 0.61% | - |
| XYZ | 22.49 | 18.18 | 23.44 | - |
| YUV | 121.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 130 | 0 | 0.35 | 0.17 | 0.39 | 328.89 | 0.21 | 0.51 |
| Hex | 9C | 66 | 82 | 0 | 23 | 11 | 27 | 149 | 15 | 33 |
| Octal | 234 | 146 | 202 | 0 | 43 | 21 | 47 | 511 | 25 | 63 |
| Binary | 10011100 | 1100110 | 10000010 | 0 | 100011 | 10001 | 100111 | 101001001 | 10101 | 110011 |
Color Harmonies of #9C6682
Complementary color
Monochromatic Colors of #9C6682
Black with #9C6682
Text Example
Text Example
White with #9C6682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6682; }
p { color: rgb(156,102,130); }
H1.HeaderClassName
{
color: #9C6682;
}
.AnyTagClassName
{
color: #9C6682;
}
</style>
background-color css
<style>
a { background-color: #9C6682; }
a { background-color: rgb(156,102,130); }
div.DivClassName
{
background-color: #9C6682;
}
.BgClassName
{
background-color: #9C6682;
}
</style>
border-color css
<style>
span { border-color: #9C6682; }
span { border-color: rgb(156,102,130); }
td.TdClassName
{
border-color: #9C6682;
}
.TagClassName
{
border-color: #9C6682;
}
</style>