Shades of Strikemaster #9E6980
Tints of Strikemaster #9E6980
RGB
CMYK
RGB Variations
Color information
#9E6980 (or 0x9E6980) is known color: Strikemaster. HEX triplet: 9E, 69 and 80. RGB value is (158,105,128). Sum of RGB (Red+Green+Blue) = 158+105+128=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6980 is #61967F. Grayscale: #7B7B7B. Windows color (decimal): -6395520 or 8415646. OLE color: 8415646.
HSL color Cylindrical-coordinate representation of color #9E6980: hue angle of 333.96º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E6980 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 105 | 128 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.38 |
| HSL | 333.96º | 0.21% | 0.52% | - |
| HSV(B) | 333.96º | 0.34% | 0.62% | - |
| XYZ | 23.05 | 18.93 | 22.86 | - |
| YUV | 123.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 128 | 0 | 0.34 | 0.19 | 0.38 | 333.96 | 0.21 | 0.52 |
| Hex | 9E | 69 | 80 | 0 | 22 | 13 | 26 | 14E | 15 | 34 |
| Octal | 236 | 151 | 200 | 0 | 42 | 23 | 46 | 516 | 25 | 64 |
| Binary | 10011110 | 1101001 | 10000000 | 0 | 100010 | 10011 | 100110 | 101001110 | 10101 | 110100 |
Color Harmonies of #9E6980
Complementary color
Monochromatic Colors of #9E6980
Black with #9E6980
Text Example
Text Example
White with #9E6980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6980; }
p { color: rgb(158,105,128); }
H1.HeaderClassName
{
color: #9E6980;
}
.AnyTagClassName
{
color: #9E6980;
}
</style>
background-color css
<style>
a { background-color: #9E6980; }
a { background-color: rgb(158,105,128); }
div.DivClassName
{
background-color: #9E6980;
}
.BgClassName
{
background-color: #9E6980;
}
</style>
border-color css
<style>
span { border-color: #9E6980; }
span { border-color: rgb(158,105,128); }
td.TdClassName
{
border-color: #9E6980;
}
.TagClassName
{
border-color: #9E6980;
}
</style>