Shades of Strikemaster #9C6485
Tints of Strikemaster #9C6485
RGB
CMYK
RGB Variations
Color information
#9C6485 (or 0x9C6485) is known color: Strikemaster. HEX triplet: 9C, 64 and 85. RGB value is (156,100,133). Sum of RGB (Red+Green+Blue) = 156+100+133=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6485 is #639B7A. Grayscale: #787878. Windows color (decimal): -6527867 or 8742044. OLE color: 8742044.
HSL color Cylindrical-coordinate representation of color #9C6485: hue angle of 324.64º 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 #9C6485 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 133 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.39 |
| HSL | 324.64º | 0.22% | 0.5% | - |
| HSV(B) | 324.64º | 0.36% | 0.61% | - |
| XYZ | 22.5 | 17.88 | 24.45 | - |
| YUV | 120.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 133 | 0 | 0.36 | 0.15 | 0.39 | 324.64 | 0.22 | 0.5 |
| Hex | 9C | 64 | 85 | 0 | 24 | F | 27 | 145 | 16 | 32 |
| Octal | 234 | 144 | 205 | 0 | 44 | 17 | 47 | 505 | 26 | 62 |
| Binary | 10011100 | 1100100 | 10000101 | 0 | 100100 | 1111 | 100111 | 101000101 | 10110 | 110010 |
Color Harmonies of #9C6485
Complementary color
Monochromatic Colors of #9C6485
Black with #9C6485
Text Example
Text Example
White with #9C6485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6485; }
p { color: rgb(156,100,133); }
H1.HeaderClassName
{
color: #9C6485;
}
.AnyTagClassName
{
color: #9C6485;
}
</style>
background-color css
<style>
a { background-color: #9C6485; }
a { background-color: rgb(156,100,133); }
div.DivClassName
{
background-color: #9C6485;
}
.BgClassName
{
background-color: #9C6485;
}
</style>
border-color css
<style>
span { border-color: #9C6485; }
span { border-color: rgb(156,100,133); }
td.TdClassName
{
border-color: #9C6485;
}
.TagClassName
{
border-color: #9C6485;
}
</style>