Shades of Strikemaster #9C6083
Tints of Strikemaster #9C6083
RGB
CMYK
RGB Variations
Color information
#9C6083 (or 0x9C6083) is known color: Strikemaster. HEX triplet: 9C, 60 and 83. RGB value is (156,96,131). Sum of RGB (Red+Green+Blue) = 156+96+131=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6083 is #639F7C. Grayscale: #757575. Windows color (decimal): -6528893 or 8609948. OLE color: 8609948.
HSL color Cylindrical-coordinate representation of color #9C6083: hue angle of 325º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6083 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 96 | 131 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.39 |
| HSL | 325º | 0.24% | 0.49% | - |
| HSV(B) | 325º | 0.38% | 0.61% | - |
| XYZ | 21.99 | 17.07 | 23.61 | - |
| YUV | 117.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 131 | 0 | 0.38 | 0.16 | 0.39 | 325 | 0.24 | 0.49 |
| Hex | 9C | 60 | 83 | 0 | 26 | 10 | 27 | 145 | 18 | 31 |
| Octal | 234 | 140 | 203 | 0 | 46 | 20 | 47 | 505 | 30 | 61 |
| Binary | 10011100 | 1100000 | 10000011 | 0 | 100110 | 10000 | 100111 | 101000101 | 11000 | 110001 |
Color Harmonies of #9C6083
Complementary color
Monochromatic Colors of #9C6083
Black with #9C6083
Text Example
Text Example
White with #9C6083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6083; }
p { color: rgb(156,96,131); }
H1.HeaderClassName
{
color: #9C6083;
}
.AnyTagClassName
{
color: #9C6083;
}
</style>
background-color css
<style>
a { background-color: #9C6083; }
a { background-color: rgb(156,96,131); }
div.DivClassName
{
background-color: #9C6083;
}
.BgClassName
{
background-color: #9C6083;
}
</style>
border-color css
<style>
span { border-color: #9C6083; }
span { border-color: rgb(156,96,131); }
td.TdClassName
{
border-color: #9C6083;
}
.TagClassName
{
border-color: #9C6083;
}
</style>