Shades of Strikemaster #9E5182
Tints of Strikemaster #9E5182
RGB
CMYK
RGB Variations
Color information
#9E5182 (or 0x9E5182) is known color: Strikemaster. HEX triplet: 9E, 51 and 82. RGB value is (158,81,130). Sum of RGB (Red+Green+Blue) = 158+81+130=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5182 is #61AE7D. Grayscale: #6D6D6D. Windows color (decimal): -6401662 or 8540574. OLE color: 8540574.
HSL color Cylindrical-coordinate representation of color #9E5182: hue angle of 321.82º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E5182 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 81 | 130 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.38 |
| HSL | 321.82º | 0.32% | 0.47% | - |
| HSV(B) | 321.82º | 0.49% | 0.62% | - |
| XYZ | 21.07 | 14.77 | 22.86 | - |
| YUV | 109.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 81 | 130 | 0 | 0.49 | 0.18 | 0.38 | 321.82 | 0.32 | 0.47 |
| Hex | 9E | 51 | 82 | 0 | 31 | 12 | 26 | 142 | 20 | 2F |
| Octal | 236 | 121 | 202 | 0 | 61 | 22 | 46 | 502 | 40 | 57 |
| Binary | 10011110 | 1010001 | 10000010 | 0 | 110001 | 10010 | 100110 | 101000010 | 100000 | 101111 |
Color Harmonies of #9E5182
Complementary color
Monochromatic Colors of #9E5182
Black with #9E5182
Text Example
Text Example
White with #9E5182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5182; }
p { color: rgb(158,81,130); }
H1.HeaderClassName
{
color: #9E5182;
}
.AnyTagClassName
{
color: #9E5182;
}
</style>
background-color css
<style>
a { background-color: #9E5182; }
a { background-color: rgb(158,81,130); }
div.DivClassName
{
background-color: #9E5182;
}
.BgClassName
{
background-color: #9E5182;
}
</style>
border-color css
<style>
span { border-color: #9E5182; }
span { border-color: rgb(158,81,130); }
td.TdClassName
{
border-color: #9E5182;
}
.TagClassName
{
border-color: #9E5182;
}
</style>