Shades of Strikemaster #9E527D
Tints of Strikemaster #9E527D
RGB
CMYK
RGB Variations
Color information
#9E527D (or 0x9E527D) is known color: Strikemaster. HEX triplet: 9E, 52 and 7D. RGB value is (158,82,125). Sum of RGB (Red+Green+Blue) = 158+82+125=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 158 - color contains mainly: red. Hex color #9E527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E527D is #61AD82. Grayscale: #6D6D6D. Windows color (decimal): -6401411 or 8213150. OLE color: 8213150.
HSL color Cylindrical-coordinate representation of color #9E527D: hue angle of 326.05º 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 #9E527D is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 82 | 125 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.38 |
| HSL | 326.05º | 0.32% | 0.47% | - |
| HSV(B) | 326.05º | 0.48% | 0.62% | - |
| XYZ | 20.82 | 14.78 | 21.16 | - |
| YUV | 109.63 | 136.68 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 82 | 125 | 0 | 0.48 | 0.21 | 0.38 | 326.05 | 0.32 | 0.47 |
| Hex | 9E | 52 | 7D | 0 | 30 | 15 | 26 | 146 | 20 | 2F |
| Octal | 236 | 122 | 175 | 0 | 60 | 25 | 46 | 506 | 40 | 57 |
| Binary | 10011110 | 1010010 | 1111101 | 0 | 110000 | 10101 | 100110 | 101000110 | 100000 | 101111 |
Color Harmonies of #9E527D
Complementary color
Monochromatic Colors of #9E527D
Black with #9E527D
Text Example
Text Example
White with #9E527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E527D; }
p { color: rgb(158,82,125); }
H1.HeaderClassName
{
color: #9E527D;
}
.AnyTagClassName
{
color: #9E527D;
}
</style>
background-color css
<style>
a { background-color: #9E527D; }
a { background-color: rgb(158,82,125); }
div.DivClassName
{
background-color: #9E527D;
}
.BgClassName
{
background-color: #9E527D;
}
</style>
border-color css
<style>
span { border-color: #9E527D; }
span { border-color: rgb(158,82,125); }
td.TdClassName
{
border-color: #9E527D;
}
.TagClassName
{
border-color: #9E527D;
}
</style>