Shades of Strikemaster #9C6484
Tints of Strikemaster #9C6484
RGB
CMYK
RGB Variations
Color information
#9C6484 (or 0x9C6484) is known color: Strikemaster. HEX triplet: 9C, 64 and 84. RGB value is (156,100,132). Sum of RGB (Red+Green+Blue) = 156+100+132=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6484 is #639B7B. Grayscale: #787878. Windows color (decimal): -6527868 or 8676508. OLE color: 8676508.
HSL color Cylindrical-coordinate representation of color #9C6484: hue angle of 325.71º 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 #9C6484 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 132 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.39 |
| HSL | 325.71º | 0.22% | 0.5% | - |
| HSV(B) | 325.71º | 0.36% | 0.61% | - |
| XYZ | 22.43 | 17.85 | 24.09 | - |
| YUV | 120.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 132 | 0 | 0.36 | 0.15 | 0.39 | 325.71 | 0.22 | 0.5 |
| Hex | 9C | 64 | 84 | 0 | 24 | F | 27 | 146 | 16 | 32 |
| Octal | 234 | 144 | 204 | 0 | 44 | 17 | 47 | 506 | 26 | 62 |
| Binary | 10011100 | 1100100 | 10000100 | 0 | 100100 | 1111 | 100111 | 101000110 | 10110 | 110010 |
Color Harmonies of #9C6484
Complementary color
Monochromatic Colors of #9C6484
Black with #9C6484
Text Example
Text Example
White with #9C6484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6484; }
p { color: rgb(156,100,132); }
H1.HeaderClassName
{
color: #9C6484;
}
.AnyTagClassName
{
color: #9C6484;
}
</style>
background-color css
<style>
a { background-color: #9C6484; }
a { background-color: rgb(156,100,132); }
div.DivClassName
{
background-color: #9C6484;
}
.BgClassName
{
background-color: #9C6484;
}
</style>
border-color css
<style>
span { border-color: #9C6484; }
span { border-color: rgb(156,100,132); }
td.TdClassName
{
border-color: #9C6484;
}
.TagClassName
{
border-color: #9C6484;
}
</style>