Shades of Strikemaster #9C5085
Tints of Strikemaster #9C5085
RGB
CMYK
RGB Variations
Color information
#9C5085 (or 0x9C5085) is known color: Strikemaster. HEX triplet: 9C, 50 and 85. RGB value is (156,80,133). Sum of RGB (Red+Green+Blue) = 156+80+133=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5085 is #63AF7A. Grayscale: #6C6C6C. Windows color (decimal): -6532987 or 8736924. OLE color: 8736924.
HSL color Cylindrical-coordinate representation of color #9C5085: hue angle of 318.16º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C5085 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 80 | 133 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.39 |
| HSL | 318.16º | 0.32% | 0.46% | - |
| HSV(B) | 318.16º | 0.49% | 0.61% | - |
| XYZ | 20.81 | 14.5 | 23.89 | - |
| YUV | 108.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 80 | 133 | 0 | 0.49 | 0.15 | 0.39 | 318.16 | 0.32 | 0.46 |
| Hex | 9C | 50 | 85 | 0 | 31 | F | 27 | 13E | 20 | 2E |
| Octal | 234 | 120 | 205 | 0 | 61 | 17 | 47 | 476 | 40 | 56 |
| Binary | 10011100 | 1010000 | 10000101 | 0 | 110001 | 1111 | 100111 | 100111110 | 100000 | 101110 |
Color Harmonies of #9C5085
Complementary color
Monochromatic Colors of #9C5085
Black with #9C5085
Text Example
Text Example
White with #9C5085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5085; }
p { color: rgb(156,80,133); }
H1.HeaderClassName
{
color: #9C5085;
}
.AnyTagClassName
{
color: #9C5085;
}
</style>
background-color css
<style>
a { background-color: #9C5085; }
a { background-color: rgb(156,80,133); }
div.DivClassName
{
background-color: #9C5085;
}
.BgClassName
{
background-color: #9C5085;
}
</style>
border-color css
<style>
span { border-color: #9C5085; }
span { border-color: rgb(156,80,133); }
td.TdClassName
{
border-color: #9C5085;
}
.TagClassName
{
border-color: #9C5085;
}
</style>