Shades of Strikemaster #9F527E
Tints of Strikemaster #9F527E
RGB
CMYK
RGB Variations
Color information
#9F527E (or 0x9F527E) is known color: Strikemaster. HEX triplet: 9F, 52 and 7E. RGB value is (159,82,126). Sum of RGB (Red+Green+Blue) = 159+82+126=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F527E is #60AD81. Grayscale: #6D6D6D. Windows color (decimal): -6335874 or 8278687. OLE color: 8278687.
HSL color Cylindrical-coordinate representation of color #9F527E: hue angle of 325.71º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F527E is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 82 | 126 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.38 |
| HSL | 325.71º | 0.32% | 0.47% | - |
| HSV(B) | 325.71º | 0.48% | 0.62% | - |
| XYZ | 21.08 | 14.91 | 21.51 | - |
| YUV | 110.04 | 137.01 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 82 | 126 | 0 | 0.48 | 0.21 | 0.38 | 325.71 | 0.32 | 0.47 |
| Hex | 9F | 52 | 7E | 0 | 30 | 15 | 26 | 146 | 20 | 2F |
| Octal | 237 | 122 | 176 | 0 | 60 | 25 | 46 | 506 | 40 | 57 |
| Binary | 10011111 | 1010010 | 1111110 | 0 | 110000 | 10101 | 100110 | 101000110 | 100000 | 101111 |
Color Harmonies of #9F527E
Complementary color
Monochromatic Colors of #9F527E
Black with #9F527E
Text Example
Text Example
White with #9F527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F527E; }
p { color: rgb(159,82,126); }
H1.HeaderClassName
{
color: #9F527E;
}
.AnyTagClassName
{
color: #9F527E;
}
</style>
background-color css
<style>
a { background-color: #9F527E; }
a { background-color: rgb(159,82,126); }
div.DivClassName
{
background-color: #9F527E;
}
.BgClassName
{
background-color: #9F527E;
}
</style>
border-color css
<style>
span { border-color: #9F527E; }
span { border-color: rgb(159,82,126); }
td.TdClassName
{
border-color: #9F527E;
}
.TagClassName
{
border-color: #9F527E;
}
</style>