Shades of Strikemaster #9C6E88
Tints of Strikemaster #9C6E88
RGB
CMYK
RGB Variations
Color information
#9C6E88 (or 0x9C6E88) is known color: Strikemaster. HEX triplet: 9C, 6E and 88. RGB value is (156,110,136). Sum of RGB (Red+Green+Blue) = 156+110+136=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6E88 is #639177. Grayscale: #7E7E7E. Windows color (decimal): -6525304 or 8941212. OLE color: 8941212.
HSL color Cylindrical-coordinate representation of color #9C6E88: hue angle of 326.09º 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 #9C6E88 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 110 | 136 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.39 |
| HSL | 326.09º | 0.19% | 0.52% | - |
| HSV(B) | 326.09º | 0.29% | 0.61% | - |
| XYZ | 23.73 | 20 | 25.9 | - |
| YUV | 126.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 110 | 136 | 0 | 0.29 | 0.13 | 0.39 | 326.09 | 0.19 | 0.52 |
| Hex | 9C | 6E | 88 | 0 | 1D | D | 27 | 146 | 13 | 34 |
| Octal | 234 | 156 | 210 | 0 | 35 | 15 | 47 | 506 | 23 | 64 |
| Binary | 10011100 | 1101110 | 10001000 | 0 | 11101 | 1101 | 100111 | 101000110 | 10011 | 110100 |
Color Harmonies of #9C6E88
Complementary color
Monochromatic Colors of #9C6E88
Black with #9C6E88
Text Example
Text Example
White with #9C6E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6E88; }
p { color: rgb(156,110,136); }
H1.HeaderClassName
{
color: #9C6E88;
}
.AnyTagClassName
{
color: #9C6E88;
}
</style>
background-color css
<style>
a { background-color: #9C6E88; }
a { background-color: rgb(156,110,136); }
div.DivClassName
{
background-color: #9C6E88;
}
.BgClassName
{
background-color: #9C6E88;
}
</style>
border-color css
<style>
span { border-color: #9C6E88; }
span { border-color: rgb(156,110,136); }
td.TdClassName
{
border-color: #9C6E88;
}
.TagClassName
{
border-color: #9C6E88;
}
</style>