Shades of Strikemaster #9E6780
Tints of Strikemaster #9E6780
RGB
CMYK
RGB Variations
Color information
#9E6780 (or 0x9E6780) is known color: Strikemaster. HEX triplet: 9E, 67 and 80. RGB value is (158,103,128). Sum of RGB (Red+Green+Blue) = 158+103+128=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6780 is #61987F. Grayscale: #7A7A7A. Windows color (decimal): -6396032 or 8415134. OLE color: 8415134.
HSL color Cylindrical-coordinate representation of color #9E6780: hue angle of 332.73º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E6780 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 103 | 128 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.38 |
| HSL | 332.73º | 0.22% | 0.51% | - |
| HSV(B) | 332.73º | 0.35% | 0.62% | - |
| XYZ | 22.85 | 18.53 | 22.79 | - |
| YUV | 122.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 103 | 128 | 0 | 0.35 | 0.19 | 0.38 | 332.73 | 0.22 | 0.51 |
| Hex | 9E | 67 | 80 | 0 | 23 | 13 | 26 | 14D | 16 | 33 |
| Octal | 236 | 147 | 200 | 0 | 43 | 23 | 46 | 515 | 26 | 63 |
| Binary | 10011110 | 1100111 | 10000000 | 0 | 100011 | 10011 | 100110 | 101001101 | 10110 | 110011 |
Color Harmonies of #9E6780
Complementary color
Monochromatic Colors of #9E6780
Black with #9E6780
Text Example
Text Example
White with #9E6780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6780; }
p { color: rgb(158,103,128); }
H1.HeaderClassName
{
color: #9E6780;
}
.AnyTagClassName
{
color: #9E6780;
}
</style>
background-color css
<style>
a { background-color: #9E6780; }
a { background-color: rgb(158,103,128); }
div.DivClassName
{
background-color: #9E6780;
}
.BgClassName
{
background-color: #9E6780;
}
</style>
border-color css
<style>
span { border-color: #9E6780; }
span { border-color: rgb(158,103,128); }
td.TdClassName
{
border-color: #9E6780;
}
.TagClassName
{
border-color: #9E6780;
}
</style>