Shades of Strikemaster #9C5080
Tints of Strikemaster #9C5080
RGB
CMYK
RGB Variations
Color information
#9C5080 (or 0x9C5080) is known color: Strikemaster. HEX triplet: 9C, 50 and 80. RGB value is (156,80,128). Sum of RGB (Red+Green+Blue) = 156+80+128=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5080 is #63AF7F. Grayscale: #6C6C6C. Windows color (decimal): -6532992 or 8409244. OLE color: 8409244.
HSL color Cylindrical-coordinate representation of color #9C5080: hue angle of 322.11º 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 #9C5080 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 80 | 128 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.39 |
| HSL | 322.11º | 0.32% | 0.46% | - |
| HSV(B) | 322.11º | 0.49% | 0.61% | - |
| XYZ | 20.48 | 14.36 | 22.12 | - |
| YUV | 108.2 | 139.18 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 80 | 128 | 0 | 0.49 | 0.18 | 0.39 | 322.11 | 0.32 | 0.46 |
| Hex | 9C | 50 | 80 | 0 | 31 | 12 | 27 | 142 | 20 | 2E |
| Octal | 234 | 120 | 200 | 0 | 61 | 22 | 47 | 502 | 40 | 56 |
| Binary | 10011100 | 1010000 | 10000000 | 0 | 110001 | 10010 | 100111 | 101000010 | 100000 | 101110 |
Color Harmonies of #9C5080
Complementary color
Monochromatic Colors of #9C5080
Black with #9C5080
Text Example
Text Example
White with #9C5080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5080; }
p { color: rgb(156,80,128); }
H1.HeaderClassName
{
color: #9C5080;
}
.AnyTagClassName
{
color: #9C5080;
}
</style>
background-color css
<style>
a { background-color: #9C5080; }
a { background-color: rgb(156,80,128); }
div.DivClassName
{
background-color: #9C5080;
}
.BgClassName
{
background-color: #9C5080;
}
</style>
border-color css
<style>
span { border-color: #9C5080; }
span { border-color: rgb(156,80,128); }
td.TdClassName
{
border-color: #9C5080;
}
.TagClassName
{
border-color: #9C5080;
}
</style>