Shades of Strikemaster #9E5081
Tints of Strikemaster #9E5081
RGB
CMYK
RGB Variations
Color information
#9E5081 (or 0x9E5081) is known color: Strikemaster. HEX triplet: 9E, 50 and 81. RGB value is (158,80,129). Sum of RGB (Red+Green+Blue) = 158+80+129=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5081 is #61AF7E. Grayscale: #6C6C6C. Windows color (decimal): -6401919 or 8474782. OLE color: 8474782.
HSL color Cylindrical-coordinate representation of color #9E5081: hue angle of 322.31º degrees, saturation: 0.33, 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 #9E5081 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 80 | 129 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.38 |
| HSL | 322.31º | 0.33% | 0.47% | - |
| HSV(B) | 322.31º | 0.49% | 0.62% | - |
| XYZ | 20.93 | 14.59 | 22.48 | - |
| YUV | 108.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 129 | 0 | 0.49 | 0.18 | 0.38 | 322.31 | 0.33 | 0.47 |
| Hex | 9E | 50 | 81 | 0 | 31 | 12 | 26 | 142 | 21 | 2F |
| Octal | 236 | 120 | 201 | 0 | 61 | 22 | 46 | 502 | 41 | 57 |
| Binary | 10011110 | 1010000 | 10000001 | 0 | 110001 | 10010 | 100110 | 101000010 | 100001 | 101111 |
Color Harmonies of #9E5081
Complementary color
Monochromatic Colors of #9E5081
Black with #9E5081
Text Example
Text Example
White with #9E5081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5081; }
p { color: rgb(158,80,129); }
H1.HeaderClassName
{
color: #9E5081;
}
.AnyTagClassName
{
color: #9E5081;
}
</style>
background-color css
<style>
a { background-color: #9E5081; }
a { background-color: rgb(158,80,129); }
div.DivClassName
{
background-color: #9E5081;
}
.BgClassName
{
background-color: #9E5081;
}
</style>
border-color css
<style>
span { border-color: #9E5081; }
span { border-color: rgb(158,80,129); }
td.TdClassName
{
border-color: #9E5081;
}
.TagClassName
{
border-color: #9E5081;
}
</style>