Shades of Strikemaster #9E527B
Tints of Strikemaster #9E527B
RGB
CMYK
RGB Variations
Color information
#9E527B (or 0x9E527B) is known color: Strikemaster. HEX triplet: 9E, 52 and 7B. RGB value is (158,82,123). Sum of RGB (Red+Green+Blue) = 158+82+123=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 158 - color contains mainly: red. Hex color #9E527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E527B is #61AD84. Grayscale: #6D6D6D. Windows color (decimal): -6401413 or 8082078. OLE color: 8082078.
HSL color Cylindrical-coordinate representation of color #9E527B: hue angle of 327.63º 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 #9E527B is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 82 | 123 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.38 |
| HSL | 327.63º | 0.32% | 0.47% | - |
| HSV(B) | 327.63º | 0.48% | 0.62% | - |
| XYZ | 20.69 | 14.73 | 20.49 | - |
| YUV | 109.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 82 | 123 | 0 | 0.48 | 0.22 | 0.38 | 327.63 | 0.32 | 0.47 |
| Hex | 9E | 52 | 7B | 0 | 30 | 16 | 26 | 148 | 20 | 2F |
| Octal | 236 | 122 | 173 | 0 | 60 | 26 | 46 | 510 | 40 | 57 |
| Binary | 10011110 | 1010010 | 1111011 | 0 | 110000 | 10110 | 100110 | 101001000 | 100000 | 101111 |
Color Harmonies of #9E527B
Complementary color
Monochromatic Colors of #9E527B
Black with #9E527B
Text Example
Text Example
White with #9E527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E527B; }
p { color: rgb(158,82,123); }
H1.HeaderClassName
{
color: #9E527B;
}
.AnyTagClassName
{
color: #9E527B;
}
</style>
background-color css
<style>
a { background-color: #9E527B; }
a { background-color: rgb(158,82,123); }
div.DivClassName
{
background-color: #9E527B;
}
.BgClassName
{
background-color: #9E527B;
}
</style>
border-color css
<style>
span { border-color: #9E527B; }
span { border-color: rgb(158,82,123); }
td.TdClassName
{
border-color: #9E527B;
}
.TagClassName
{
border-color: #9E527B;
}
</style>