Shades of Strikemaster #9C507C
Tints of Strikemaster #9C507C
RGB
CMYK
RGB Variations
Color information
#9C507C (or 0x9C507C) is known color: Strikemaster. HEX triplet: 9C, 50 and 7C. RGB value is (156,80,124). Sum of RGB (Red+Green+Blue) = 156+80+124=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 156 - color contains mainly: red. Hex color #9C507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C507C is #63AF83. Grayscale: #6B6B6B. Windows color (decimal): -6532996 or 8147100. OLE color: 8147100.
HSL color Cylindrical-coordinate representation of color #9C507C: hue angle of 325.26º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C507C is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 80 | 124 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.39 |
| HSL | 325.26º | 0.32% | 0.46% | - |
| HSV(B) | 325.26º | 0.49% | 0.61% | - |
| XYZ | 20.22 | 14.26 | 20.76 | - |
| YUV | 107.74 | 137.18 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 80 | 124 | 0 | 0.49 | 0.21 | 0.39 | 325.26 | 0.32 | 0.46 |
| Hex | 9C | 50 | 7C | 0 | 31 | 15 | 27 | 145 | 20 | 2E |
| Octal | 234 | 120 | 174 | 0 | 61 | 25 | 47 | 505 | 40 | 56 |
| Binary | 10011100 | 1010000 | 1111100 | 0 | 110001 | 10101 | 100111 | 101000101 | 100000 | 101110 |
Color Harmonies of #9C507C
Complementary color
Monochromatic Colors of #9C507C
Black with #9C507C
Text Example
Text Example
White with #9C507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C507C; }
p { color: rgb(156,80,124); }
H1.HeaderClassName
{
color: #9C507C;
}
.AnyTagClassName
{
color: #9C507C;
}
</style>
background-color css
<style>
a { background-color: #9C507C; }
a { background-color: rgb(156,80,124); }
div.DivClassName
{
background-color: #9C507C;
}
.BgClassName
{
background-color: #9C507C;
}
</style>
border-color css
<style>
span { border-color: #9C507C; }
span { border-color: rgb(156,80,124); }
td.TdClassName
{
border-color: #9C507C;
}
.TagClassName
{
border-color: #9C507C;
}
</style>