Shades of Strikemaster #9E527F
Tints of Strikemaster #9E527F
RGB
CMYK
RGB Variations
Color information
#9E527F (or 0x9E527F) is known color: Strikemaster. HEX triplet: 9E, 52 and 7F. RGB value is (158,82,127). Sum of RGB (Red+Green+Blue) = 158+82+127=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E527F is #61AD80. Grayscale: #6D6D6D. Windows color (decimal): -6401409 or 8344222. OLE color: 8344222.
HSL color Cylindrical-coordinate representation of color #9E527F: hue angle of 324.47º 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 #9E527F is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 82 | 127 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.38 |
| HSL | 324.47º | 0.32% | 0.47% | - |
| HSV(B) | 324.47º | 0.48% | 0.62% | - |
| XYZ | 20.95 | 14.84 | 21.84 | - |
| YUV | 109.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 82 | 127 | 0 | 0.48 | 0.20 | 0.38 | 324.47 | 0.32 | 0.47 |
| Hex | 9E | 52 | 7F | 0 | 30 | 14 | 26 | 144 | 20 | 2F |
| Octal | 236 | 122 | 177 | 0 | 60 | 24 | 46 | 504 | 40 | 57 |
| Binary | 10011110 | 1010010 | 1111111 | 0 | 110000 | 10100 | 100110 | 101000100 | 100000 | 101111 |
Color Harmonies of #9E527F
Complementary color
Monochromatic Colors of #9E527F
Black with #9E527F
Text Example
Text Example
White with #9E527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E527F; }
p { color: rgb(158,82,127); }
H1.HeaderClassName
{
color: #9E527F;
}
.AnyTagClassName
{
color: #9E527F;
}
</style>
background-color css
<style>
a { background-color: #9E527F; }
a { background-color: rgb(158,82,127); }
div.DivClassName
{
background-color: #9E527F;
}
.BgClassName
{
background-color: #9E527F;
}
</style>
border-color css
<style>
span { border-color: #9E527F; }
span { border-color: rgb(158,82,127); }
td.TdClassName
{
border-color: #9E527F;
}
.TagClassName
{
border-color: #9E527F;
}
</style>