Shades of Strikemaster #9E6684
Tints of Strikemaster #9E6684
RGB
CMYK
RGB Variations
Color information
#9E6684 (or 0x9E6684) is known color: Strikemaster. HEX triplet: 9E, 66 and 84. RGB value is (158,102,132). Sum of RGB (Red+Green+Blue) = 158+102+132=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6684 is #61997B. Grayscale: #7A7A7A. Windows color (decimal): -6396284 or 8677022. OLE color: 8677022.
HSL color Cylindrical-coordinate representation of color #9E6684: hue angle of 327.86º 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 #9E6684 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 102 | 132 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.38 |
| HSL | 327.86º | 0.22% | 0.51% | - |
| HSV(B) | 327.86º | 0.35% | 0.62% | - |
| XYZ | 23.02 | 18.44 | 24.18 | - |
| YUV | 122.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 102 | 132 | 0 | 0.35 | 0.16 | 0.38 | 327.86 | 0.22 | 0.51 |
| Hex | 9E | 66 | 84 | 0 | 23 | 10 | 26 | 148 | 16 | 33 |
| Octal | 236 | 146 | 204 | 0 | 43 | 20 | 46 | 510 | 26 | 63 |
| Binary | 10011110 | 1100110 | 10000100 | 0 | 100011 | 10000 | 100110 | 101001000 | 10110 | 110011 |
Color Harmonies of #9E6684
Complementary color
Monochromatic Colors of #9E6684
Black with #9E6684
Text Example
Text Example
White with #9E6684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6684; }
p { color: rgb(158,102,132); }
H1.HeaderClassName
{
color: #9E6684;
}
.AnyTagClassName
{
color: #9E6684;
}
</style>
background-color css
<style>
a { background-color: #9E6684; }
a { background-color: rgb(158,102,132); }
div.DivClassName
{
background-color: #9E6684;
}
.BgClassName
{
background-color: #9E6684;
}
</style>
border-color css
<style>
span { border-color: #9E6684; }
span { border-color: rgb(158,102,132); }
td.TdClassName
{
border-color: #9E6684;
}
.TagClassName
{
border-color: #9E6684;
}
</style>