Shades of Strikemaster #9E5E8A
Tints of Strikemaster #9E5E8A
RGB
CMYK
RGB Variations
Color information
#9E5E8A (or 0x9E5E8A) is known color: Strikemaster. HEX triplet: 9E, 5E and 8A. RGB value is (158,94,138). Sum of RGB (Red+Green+Blue) = 158+94+138=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5E8A is #61A175. Grayscale: #767676. Windows color (decimal): -6398326 or 9068190. OLE color: 9068190.
HSL color Cylindrical-coordinate representation of color #9E5E8A: hue angle of 318.75º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E5E8A is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 94 | 138 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.38 |
| HSL | 318.75º | 0.25% | 0.49% | - |
| HSV(B) | 318.75º | 0.41% | 0.62% | - |
| XYZ | 22.69 | 17.11 | 26.15 | - |
| YUV | 118.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 94 | 138 | 0 | 0.41 | 0.13 | 0.38 | 318.75 | 0.25 | 0.49 |
| Hex | 9E | 5E | 8A | 0 | 29 | D | 26 | 13F | 19 | 31 |
| Octal | 236 | 136 | 212 | 0 | 51 | 15 | 46 | 477 | 31 | 61 |
| Binary | 10011110 | 1011110 | 10001010 | 0 | 101001 | 1101 | 100110 | 100111111 | 11001 | 110001 |
Color Harmonies of #9E5E8A
Complementary color
Monochromatic Colors of #9E5E8A
Black with #9E5E8A
Text Example
Text Example
White with #9E5E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5E8A; }
p { color: rgb(158,94,138); }
H1.HeaderClassName
{
color: #9E5E8A;
}
.AnyTagClassName
{
color: #9E5E8A;
}
</style>
background-color css
<style>
a { background-color: #9E5E8A; }
a { background-color: rgb(158,94,138); }
div.DivClassName
{
background-color: #9E5E8A;
}
.BgClassName
{
background-color: #9E5E8A;
}
</style>
border-color css
<style>
span { border-color: #9E5E8A; }
span { border-color: rgb(158,94,138); }
td.TdClassName
{
border-color: #9E5E8A;
}
.TagClassName
{
border-color: #9E5E8A;
}
</style>