Shades of Strikemaster #9C5C7D
Tints of Strikemaster #9C5C7D
RGB
CMYK
RGB Variations
Color information
#9C5C7D (or 0x9C5C7D) is known color: Strikemaster. HEX triplet: 9C, 5C and 7D. RGB value is (156,92,125). Sum of RGB (Red+Green+Blue) = 156+92+125=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5C7D is #63A382. Grayscale: #727272. Windows color (decimal): -6529923 or 8215708. OLE color: 8215708.
HSL color Cylindrical-coordinate representation of color #9C5C7D: hue angle of 329.06º 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 #9C5C7D is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 92 | 125 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.39 |
| HSL | 329.06º | 0.26% | 0.49% | - |
| HSV(B) | 329.06º | 0.41% | 0.61% | - |
| XYZ | 21.24 | 16.2 | 21.41 | - |
| YUV | 114.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 92 | 125 | 0 | 0.41 | 0.20 | 0.39 | 329.06 | 0.26 | 0.49 |
| Hex | 9C | 5C | 7D | 0 | 29 | 14 | 27 | 149 | 1A | 31 |
| Octal | 234 | 134 | 175 | 0 | 51 | 24 | 47 | 511 | 32 | 61 |
| Binary | 10011100 | 1011100 | 1111101 | 0 | 101001 | 10100 | 100111 | 101001001 | 11010 | 110001 |
Color Harmonies of #9C5C7D
Complementary color
Monochromatic Colors of #9C5C7D
Black with #9C5C7D
Text Example
Text Example
White with #9C5C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5C7D; }
p { color: rgb(156,92,125); }
H1.HeaderClassName
{
color: #9C5C7D;
}
.AnyTagClassName
{
color: #9C5C7D;
}
</style>
background-color css
<style>
a { background-color: #9C5C7D; }
a { background-color: rgb(156,92,125); }
div.DivClassName
{
background-color: #9C5C7D;
}
.BgClassName
{
background-color: #9C5C7D;
}
</style>
border-color css
<style>
span { border-color: #9C5C7D; }
span { border-color: rgb(156,92,125); }
td.TdClassName
{
border-color: #9C5C7D;
}
.TagClassName
{
border-color: #9C5C7D;
}
</style>