Shades of Strikemaster #9C6684
Tints of Strikemaster #9C6684
RGB
CMYK
RGB Variations
Color information
#9C6684 (or 0x9C6684) is known color: Strikemaster. HEX triplet: 9C, 66 and 84. RGB value is (156,102,132). Sum of RGB (Red+Green+Blue) = 156+102+132=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6684 is #63997B. Grayscale: #797979. Windows color (decimal): -6527356 or 8677020. OLE color: 8677020.
HSL color Cylindrical-coordinate representation of color #9C6684: hue angle of 326.67º 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 #9C6684 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 102 | 132 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.39 |
| HSL | 326.67º | 0.21% | 0.51% | - |
| HSV(B) | 326.67º | 0.35% | 0.61% | - |
| XYZ | 22.63 | 18.24 | 24.16 | - |
| YUV | 121.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 132 | 0 | 0.35 | 0.15 | 0.39 | 326.67 | 0.21 | 0.51 |
| Hex | 9C | 66 | 84 | 0 | 23 | F | 27 | 147 | 15 | 33 |
| Octal | 234 | 146 | 204 | 0 | 43 | 17 | 47 | 507 | 25 | 63 |
| Binary | 10011100 | 1100110 | 10000100 | 0 | 100011 | 1111 | 100111 | 101000111 | 10101 | 110011 |
Color Harmonies of #9C6684
Complementary color
Monochromatic Colors of #9C6684
Black with #9C6684
Text Example
Text Example
White with #9C6684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6684; }
p { color: rgb(156,102,132); }
H1.HeaderClassName
{
color: #9C6684;
}
.AnyTagClassName
{
color: #9C6684;
}
</style>
background-color css
<style>
a { background-color: #9C6684; }
a { background-color: rgb(156,102,132); }
div.DivClassName
{
background-color: #9C6684;
}
.BgClassName
{
background-color: #9C6684;
}
</style>
border-color css
<style>
span { border-color: #9C6684; }
span { border-color: rgb(156,102,132); }
td.TdClassName
{
border-color: #9C6684;
}
.TagClassName
{
border-color: #9C6684;
}
</style>