Shades of Strikemaster #9C6084
Tints of Strikemaster #9C6084
RGB
CMYK
RGB Variations
Color information
#9C6084 (or 0x9C6084) is known color: Strikemaster. HEX triplet: 9C, 60 and 84. RGB value is (156,96,132). Sum of RGB (Red+Green+Blue) = 156+96+132=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6084 is #639F7B. Grayscale: #757575. Windows color (decimal): -6528892 or 8675484. OLE color: 8675484.
HSL color Cylindrical-coordinate representation of color #9C6084: hue angle of 324º 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 #9C6084 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 96 | 132 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.39 |
| HSL | 324º | 0.24% | 0.49% | - |
| HSV(B) | 324º | 0.38% | 0.61% | - |
| XYZ | 22.06 | 17.1 | 23.97 | - |
| YUV | 118.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 132 | 0 | 0.38 | 0.15 | 0.39 | 324 | 0.24 | 0.49 |
| Hex | 9C | 60 | 84 | 0 | 26 | F | 27 | 144 | 18 | 31 |
| Octal | 234 | 140 | 204 | 0 | 46 | 17 | 47 | 504 | 30 | 61 |
| Binary | 10011100 | 1100000 | 10000100 | 0 | 100110 | 1111 | 100111 | 101000100 | 11000 | 110001 |
Color Harmonies of #9C6084
Complementary color
Monochromatic Colors of #9C6084
Black with #9C6084
Text Example
Text Example
White with #9C6084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6084; }
p { color: rgb(156,96,132); }
H1.HeaderClassName
{
color: #9C6084;
}
.AnyTagClassName
{
color: #9C6084;
}
</style>
background-color css
<style>
a { background-color: #9C6084; }
a { background-color: rgb(156,96,132); }
div.DivClassName
{
background-color: #9C6084;
}
.BgClassName
{
background-color: #9C6084;
}
</style>
border-color css
<style>
span { border-color: #9C6084; }
span { border-color: rgb(156,96,132); }
td.TdClassName
{
border-color: #9C6084;
}
.TagClassName
{
border-color: #9C6084;
}
</style>