Shades of Strikemaster #9C5C7F
Tints of Strikemaster #9C5C7F
RGB
CMYK
RGB Variations
Color information
#9C5C7F (or 0x9C5C7F) is known color: Strikemaster. HEX triplet: 9C, 5C and 7F. RGB value is (156,92,127). Sum of RGB (Red+Green+Blue) = 156+92+127=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5C7F is #63A380. Grayscale: #737373. Windows color (decimal): -6529921 or 8346780. OLE color: 8346780.
HSL color Cylindrical-coordinate representation of color #9C5C7F: hue angle of 327.19º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C5C7F is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 92 | 127 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.39 |
| HSL | 327.19º | 0.26% | 0.49% | - |
| HSV(B) | 327.19º | 0.41% | 0.61% | - |
| XYZ | 21.37 | 16.25 | 22.09 | - |
| YUV | 115.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 92 | 127 | 0 | 0.41 | 0.19 | 0.39 | 327.19 | 0.26 | 0.49 |
| Hex | 9C | 5C | 7F | 0 | 29 | 13 | 27 | 147 | 1A | 31 |
| Octal | 234 | 134 | 177 | 0 | 51 | 23 | 47 | 507 | 32 | 61 |
| Binary | 10011100 | 1011100 | 1111111 | 0 | 101001 | 10011 | 100111 | 101000111 | 11010 | 110001 |
Color Harmonies of #9C5C7F
Complementary color
Monochromatic Colors of #9C5C7F
Black with #9C5C7F
Text Example
Text Example
White with #9C5C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5C7F; }
p { color: rgb(156,92,127); }
H1.HeaderClassName
{
color: #9C5C7F;
}
.AnyTagClassName
{
color: #9C5C7F;
}
</style>
background-color css
<style>
a { background-color: #9C5C7F; }
a { background-color: rgb(156,92,127); }
div.DivClassName
{
background-color: #9C5C7F;
}
.BgClassName
{
background-color: #9C5C7F;
}
</style>
border-color css
<style>
span { border-color: #9C5C7F; }
span { border-color: rgb(156,92,127); }
td.TdClassName
{
border-color: #9C5C7F;
}
.TagClassName
{
border-color: #9C5C7F;
}
</style>