Shades of Strikemaster #9C688B
Tints of Strikemaster #9C688B
RGB
CMYK
RGB Variations
Color information
#9C688B (or 0x9C688B) is known color: Strikemaster. HEX triplet: 9C, 68 and 8B. RGB value is (156,104,139). Sum of RGB (Red+Green+Blue) = 156+104+139=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C688B is #639774. Grayscale: #7B7B7B. Windows color (decimal): -6526837 or 9136284. OLE color: 9136284.
HSL color Cylindrical-coordinate representation of color #9C688B: hue angle of 319.62º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C688B is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 104 | 139 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.39 |
| HSL | 319.62º | 0.21% | 0.51% | - |
| HSV(B) | 319.62º | 0.33% | 0.61% | - |
| XYZ | 23.32 | 18.83 | 26.83 | - |
| YUV | 123.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 104 | 139 | 0 | 0.33 | 0.11 | 0.39 | 319.62 | 0.21 | 0.51 |
| Hex | 9C | 68 | 8B | 0 | 21 | B | 27 | 140 | 15 | 33 |
| Octal | 234 | 150 | 213 | 0 | 41 | 13 | 47 | 500 | 25 | 63 |
| Binary | 10011100 | 1101000 | 10001011 | 0 | 100001 | 1011 | 100111 | 101000000 | 10101 | 110011 |
Color Harmonies of #9C688B
Complementary color
Monochromatic Colors of #9C688B
Black with #9C688B
Text Example
Text Example
White with #9C688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C688B; }
p { color: rgb(156,104,139); }
H1.HeaderClassName
{
color: #9C688B;
}
.AnyTagClassName
{
color: #9C688B;
}
</style>
background-color css
<style>
a { background-color: #9C688B; }
a { background-color: rgb(156,104,139); }
div.DivClassName
{
background-color: #9C688B;
}
.BgClassName
{
background-color: #9C688B;
}
</style>
border-color css
<style>
span { border-color: #9C688B; }
span { border-color: rgb(156,104,139); }
td.TdClassName
{
border-color: #9C688B;
}
.TagClassName
{
border-color: #9C688B;
}
</style>