Shades of Strikemaster #9C6B83
Tints of Strikemaster #9C6B83
RGB
CMYK
RGB Variations
Color information
#9C6B83 (or 0x9C6B83) is known color: Strikemaster. HEX triplet: 9C, 6B and 83. RGB value is (156,107,131). Sum of RGB (Red+Green+Blue) = 156+107+131=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6B83 is #63947C. Grayscale: #7C7C7C. Windows color (decimal): -6526077 or 8612764. OLE color: 8612764.
HSL color Cylindrical-coordinate representation of color #9C6B83: hue angle of 330.61º 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 #9C6B83 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 107 | 131 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.39 |
| HSL | 330.61º | 0.2% | 0.52% | - |
| HSV(B) | 330.61º | 0.31% | 0.61% | - |
| XYZ | 23.06 | 19.22 | 23.97 | - |
| YUV | 124.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 107 | 131 | 0 | 0.31 | 0.16 | 0.39 | 330.61 | 0.2 | 0.52 |
| Hex | 9C | 6B | 83 | 0 | 1F | 10 | 27 | 14B | 14 | 34 |
| Octal | 234 | 153 | 203 | 0 | 37 | 20 | 47 | 513 | 24 | 64 |
| Binary | 10011100 | 1101011 | 10000011 | 0 | 11111 | 10000 | 100111 | 101001011 | 10100 | 110100 |
Color Harmonies of #9C6B83
Complementary color
Monochromatic Colors of #9C6B83
Black with #9C6B83
Text Example
Text Example
White with #9C6B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6B83; }
p { color: rgb(156,107,131); }
H1.HeaderClassName
{
color: #9C6B83;
}
.AnyTagClassName
{
color: #9C6B83;
}
</style>
background-color css
<style>
a { background-color: #9C6B83; }
a { background-color: rgb(156,107,131); }
div.DivClassName
{
background-color: #9C6B83;
}
.BgClassName
{
background-color: #9C6B83;
}
</style>
border-color css
<style>
span { border-color: #9C6B83; }
span { border-color: rgb(156,107,131); }
td.TdClassName
{
border-color: #9C6B83;
}
.TagClassName
{
border-color: #9C6B83;
}
</style>