Shades of Strikemaster #9E5280
Tints of Strikemaster #9E5280
RGB
CMYK
RGB Variations
Color information
#9E5280 (or 0x9E5280) is known color: Strikemaster. HEX triplet: 9E, 52 and 80. RGB value is (158,82,128). Sum of RGB (Red+Green+Blue) = 158+82+128=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5280 is #61AD7F. Grayscale: #6D6D6D. Windows color (decimal): -6401408 or 8409758. OLE color: 8409758.
HSL color Cylindrical-coordinate representation of color #9E5280: hue angle of 323.68º 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 #9E5280 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 82 | 128 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.38 |
| HSL | 323.68º | 0.32% | 0.47% | - |
| HSV(B) | 323.68º | 0.48% | 0.62% | - |
| XYZ | 21.01 | 14.86 | 22.18 | - |
| YUV | 109.97 | 138.18 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 82 | 128 | 0 | 0.48 | 0.19 | 0.38 | 323.68 | 0.32 | 0.47 |
| Hex | 9E | 52 | 80 | 0 | 30 | 13 | 26 | 144 | 20 | 2F |
| Octal | 236 | 122 | 200 | 0 | 60 | 23 | 46 | 504 | 40 | 57 |
| Binary | 10011110 | 1010010 | 10000000 | 0 | 110000 | 10011 | 100110 | 101000100 | 100000 | 101111 |
Color Harmonies of #9E5280
Complementary color
Monochromatic Colors of #9E5280
Black with #9E5280
Text Example
Text Example
White with #9E5280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5280; }
p { color: rgb(158,82,128); }
H1.HeaderClassName
{
color: #9E5280;
}
.AnyTagClassName
{
color: #9E5280;
}
</style>
background-color css
<style>
a { background-color: #9E5280; }
a { background-color: rgb(158,82,128); }
div.DivClassName
{
background-color: #9E5280;
}
.BgClassName
{
background-color: #9E5280;
}
</style>
border-color css
<style>
span { border-color: #9E5280; }
span { border-color: rgb(158,82,128); }
td.TdClassName
{
border-color: #9E5280;
}
.TagClassName
{
border-color: #9E5280;
}
</style>