Shades of Strikemaster #9E5480
Tints of Strikemaster #9E5480
RGB
CMYK
RGB Variations
Color information
#9E5480 (or 0x9E5480) is known color: Strikemaster. HEX triplet: 9E, 54 and 80. RGB value is (158,84,128). Sum of RGB (Red+Green+Blue) = 158+84+128=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5480 is #61AB7F. Grayscale: #6F6F6F. Windows color (decimal): -6400896 or 8410270. OLE color: 8410270.
HSL color Cylindrical-coordinate representation of color #9E5480: hue angle of 324.32º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5480 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 84 | 128 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.38 |
| HSL | 324.32º | 0.31% | 0.47% | - |
| HSV(B) | 324.32º | 0.47% | 0.62% | - |
| XYZ | 21.17 | 15.17 | 22.23 | - |
| YUV | 111.14 | 137.52 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 128 | 0 | 0.47 | 0.19 | 0.38 | 324.32 | 0.31 | 0.47 |
| Hex | 9E | 54 | 80 | 0 | 2F | 13 | 26 | 144 | 1F | 2F |
| Octal | 236 | 124 | 200 | 0 | 57 | 23 | 46 | 504 | 37 | 57 |
| Binary | 10011110 | 1010100 | 10000000 | 0 | 101111 | 10011 | 100110 | 101000100 | 11111 | 101111 |
Color Harmonies of #9E5480
Complementary color
Monochromatic Colors of #9E5480
Black with #9E5480
Text Example
Text Example
White with #9E5480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5480; }
p { color: rgb(158,84,128); }
H1.HeaderClassName
{
color: #9E5480;
}
.AnyTagClassName
{
color: #9E5480;
}
</style>
background-color css
<style>
a { background-color: #9E5480; }
a { background-color: rgb(158,84,128); }
div.DivClassName
{
background-color: #9E5480;
}
.BgClassName
{
background-color: #9E5480;
}
</style>
border-color css
<style>
span { border-color: #9E5480; }
span { border-color: rgb(158,84,128); }
td.TdClassName
{
border-color: #9E5480;
}
.TagClassName
{
border-color: #9E5480;
}
</style>