Shades of Strikemaster #9C6F88
Tints of Strikemaster #9C6F88
RGB
CMYK
RGB Variations
Color information
#9C6F88 (or 0x9C6F88) is known color: Strikemaster. HEX triplet: 9C, 6F and 88. RGB value is (156,111,136). Sum of RGB (Red+Green+Blue) = 156+111+136=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6F88 is #639077. Grayscale: #7F7F7F. Windows color (decimal): -6525048 or 8941468. OLE color: 8941468.
HSL color Cylindrical-coordinate representation of color #9C6F88: hue angle of 326.67º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C6F88 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 111 | 136 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.39 |
| HSL | 326.67º | 0.19% | 0.52% | - |
| HSV(B) | 326.67º | 0.29% | 0.61% | - |
| XYZ | 23.84 | 20.21 | 25.94 | - |
| YUV | 127.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 111 | 136 | 0 | 0.29 | 0.13 | 0.39 | 326.67 | 0.19 | 0.52 |
| Hex | 9C | 6F | 88 | 0 | 1D | D | 27 | 147 | 13 | 34 |
| Octal | 234 | 157 | 210 | 0 | 35 | 15 | 47 | 507 | 23 | 64 |
| Binary | 10011100 | 1101111 | 10001000 | 0 | 11101 | 1101 | 100111 | 101000111 | 10011 | 110100 |
Color Harmonies of #9C6F88
Complementary color
Monochromatic Colors of #9C6F88
Black with #9C6F88
Text Example
Text Example
White with #9C6F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6F88; }
p { color: rgb(156,111,136); }
H1.HeaderClassName
{
color: #9C6F88;
}
.AnyTagClassName
{
color: #9C6F88;
}
</style>
background-color css
<style>
a { background-color: #9C6F88; }
a { background-color: rgb(156,111,136); }
div.DivClassName
{
background-color: #9C6F88;
}
.BgClassName
{
background-color: #9C6F88;
}
</style>
border-color css
<style>
span { border-color: #9C6F88; }
span { border-color: rgb(156,111,136); }
td.TdClassName
{
border-color: #9C6F88;
}
.TagClassName
{
border-color: #9C6F88;
}
</style>