Shades of Strikemaster #9C527A
Tints of Strikemaster #9C527A
RGB
CMYK
RGB Variations
Color information
#9C527A (or 0x9C527A) is known color: Strikemaster. HEX triplet: 9C, 52 and 7A. RGB value is (156,82,122). Sum of RGB (Red+Green+Blue) = 156+82+122=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 156 - color contains mainly: red. Hex color #9C527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C527A is #63AD85. Grayscale: #6C6C6C. Windows color (decimal): -6532486 or 8016540. OLE color: 8016540.
HSL color Cylindrical-coordinate representation of color #9C527A: hue angle of 327.57º 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 #9C527A is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 82 | 122 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.39 |
| HSL | 327.57º | 0.31% | 0.47% | - |
| HSV(B) | 327.57º | 0.47% | 0.61% | - |
| XYZ | 20.24 | 14.51 | 20.15 | - |
| YUV | 108.69 | 135.52 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 82 | 122 | 0 | 0.47 | 0.22 | 0.39 | 327.57 | 0.31 | 0.47 |
| Hex | 9C | 52 | 7A | 0 | 2F | 16 | 27 | 148 | 1F | 2F |
| Octal | 234 | 122 | 172 | 0 | 57 | 26 | 47 | 510 | 37 | 57 |
| Binary | 10011100 | 1010010 | 1111010 | 0 | 101111 | 10110 | 100111 | 101001000 | 11111 | 101111 |
Color Harmonies of #9C527A
Complementary color
Monochromatic Colors of #9C527A
Black with #9C527A
Text Example
Text Example
White with #9C527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C527A; }
p { color: rgb(156,82,122); }
H1.HeaderClassName
{
color: #9C527A;
}
.AnyTagClassName
{
color: #9C527A;
}
</style>
background-color css
<style>
a { background-color: #9C527A; }
a { background-color: rgb(156,82,122); }
div.DivClassName
{
background-color: #9C527A;
}
.BgClassName
{
background-color: #9C527A;
}
</style>
border-color css
<style>
span { border-color: #9C527A; }
span { border-color: rgb(156,82,122); }
td.TdClassName
{
border-color: #9C527A;
}
.TagClassName
{
border-color: #9C527A;
}
</style>