Shades of Strikemaster #9C527F
Tints of Strikemaster #9C527F
RGB
CMYK
RGB Variations
Color information
#9C527F (or 0x9C527F) is known color: Strikemaster. HEX triplet: 9C, 52 and 7F. RGB value is (156,82,127). Sum of RGB (Red+Green+Blue) = 156+82+127=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C527F is #63AD80. Grayscale: #6D6D6D. Windows color (decimal): -6532481 or 8344220. OLE color: 8344220.
HSL color Cylindrical-coordinate representation of color #9C527F: hue angle of 323.51º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C527F is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 82 | 127 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.39 |
| HSL | 323.51º | 0.31% | 0.47% | - |
| HSV(B) | 323.51º | 0.47% | 0.61% | - |
| XYZ | 20.56 | 14.63 | 21.82 | - |
| YUV | 109.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 82 | 127 | 0 | 0.47 | 0.19 | 0.39 | 323.51 | 0.31 | 0.47 |
| Hex | 9C | 52 | 7F | 0 | 2F | 13 | 27 | 144 | 1F | 2F |
| Octal | 234 | 122 | 177 | 0 | 57 | 23 | 47 | 504 | 37 | 57 |
| Binary | 10011100 | 1010010 | 1111111 | 0 | 101111 | 10011 | 100111 | 101000100 | 11111 | 101111 |
Color Harmonies of #9C527F
Complementary color
Monochromatic Colors of #9C527F
Black with #9C527F
Text Example
Text Example
White with #9C527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C527F; }
p { color: rgb(156,82,127); }
H1.HeaderClassName
{
color: #9C527F;
}
.AnyTagClassName
{
color: #9C527F;
}
</style>
background-color css
<style>
a { background-color: #9C527F; }
a { background-color: rgb(156,82,127); }
div.DivClassName
{
background-color: #9C527F;
}
.BgClassName
{
background-color: #9C527F;
}
</style>
border-color css
<style>
span { border-color: #9C527F; }
span { border-color: rgb(156,82,127); }
td.TdClassName
{
border-color: #9C527F;
}
.TagClassName
{
border-color: #9C527F;
}
</style>