Shades of Strikemaster #9C6B7E
Tints of Strikemaster #9C6B7E
RGB
CMYK
RGB Variations
Color information
#9C6B7E (or 0x9C6B7E) is known color: Strikemaster. HEX triplet: 9C, 6B and 7E. RGB value is (156,107,126). Sum of RGB (Red+Green+Blue) = 156+107+126=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6B7E is #639481. Grayscale: #7B7B7B. Windows color (decimal): -6526082 or 8285084. OLE color: 8285084.
HSL color Cylindrical-coordinate representation of color #9C6B7E: hue angle of 336.73º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C6B7E is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 107 | 126 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.39 |
| HSL | 336.73º | 0.2% | 0.52% | - |
| HSV(B) | 336.73º | 0.31% | 0.61% | - |
| XYZ | 22.73 | 19.09 | 22.23 | - |
| YUV | 123.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 107 | 126 | 0 | 0.31 | 0.19 | 0.39 | 336.73 | 0.2 | 0.52 |
| Hex | 9C | 6B | 7E | 0 | 1F | 13 | 27 | 151 | 14 | 34 |
| Octal | 234 | 153 | 176 | 0 | 37 | 23 | 47 | 521 | 24 | 64 |
| Binary | 10011100 | 1101011 | 1111110 | 0 | 11111 | 10011 | 100111 | 101010001 | 10100 | 110100 |
Color Harmonies of #9C6B7E
Complementary color
Monochromatic Colors of #9C6B7E
Black with #9C6B7E
Text Example
Text Example
White with #9C6B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6B7E; }
p { color: rgb(156,107,126); }
H1.HeaderClassName
{
color: #9C6B7E;
}
.AnyTagClassName
{
color: #9C6B7E;
}
</style>
background-color css
<style>
a { background-color: #9C6B7E; }
a { background-color: rgb(156,107,126); }
div.DivClassName
{
background-color: #9C6B7E;
}
.BgClassName
{
background-color: #9C6B7E;
}
</style>
border-color css
<style>
span { border-color: #9C6B7E; }
span { border-color: rgb(156,107,126); }
td.TdClassName
{
border-color: #9C6B7E;
}
.TagClassName
{
border-color: #9C6B7E;
}
</style>