Shades of Strikemaster #9C6483
Tints of Strikemaster #9C6483
RGB
CMYK
RGB Variations
Color information
#9C6483 (or 0x9C6483) is known color: Strikemaster. HEX triplet: 9C, 64 and 83. RGB value is (156,100,131). Sum of RGB (Red+Green+Blue) = 156+100+131=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6483 is #639B7C. Grayscale: #787878. Windows color (decimal): -6527869 or 8610972. OLE color: 8610972.
HSL color Cylindrical-coordinate representation of color #9C6483: hue angle of 326.79º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C6483 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 131 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.39 |
| HSL | 326.79º | 0.22% | 0.5% | - |
| HSV(B) | 326.79º | 0.36% | 0.61% | - |
| XYZ | 22.36 | 17.82 | 23.73 | - |
| YUV | 120.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 131 | 0 | 0.36 | 0.16 | 0.39 | 326.79 | 0.22 | 0.5 |
| Hex | 9C | 64 | 83 | 0 | 24 | 10 | 27 | 147 | 16 | 32 |
| Octal | 234 | 144 | 203 | 0 | 44 | 20 | 47 | 507 | 26 | 62 |
| Binary | 10011100 | 1100100 | 10000011 | 0 | 100100 | 10000 | 100111 | 101000111 | 10110 | 110010 |
Color Harmonies of #9C6483
Complementary color
Monochromatic Colors of #9C6483
Black with #9C6483
Text Example
Text Example
White with #9C6483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6483; }
p { color: rgb(156,100,131); }
H1.HeaderClassName
{
color: #9C6483;
}
.AnyTagClassName
{
color: #9C6483;
}
</style>
background-color css
<style>
a { background-color: #9C6483; }
a { background-color: rgb(156,100,131); }
div.DivClassName
{
background-color: #9C6483;
}
.BgClassName
{
background-color: #9C6483;
}
</style>
border-color css
<style>
span { border-color: #9C6483; }
span { border-color: rgb(156,100,131); }
td.TdClassName
{
border-color: #9C6483;
}
.TagClassName
{
border-color: #9C6483;
}
</style>