Shades of Strikemaster #9E6687
Tints of Strikemaster #9E6687
RGB
CMYK
RGB Variations
Color information
#9E6687 (or 0x9E6687) is known color: Strikemaster. HEX triplet: 9E, 66 and 87. RGB value is (158,102,135). Sum of RGB (Red+Green+Blue) = 158+102+135=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6687 is #619978. Grayscale: #7A7A7A. Windows color (decimal): -6396281 or 8873630. OLE color: 8873630.
HSL color Cylindrical-coordinate representation of color #9E6687: hue angle of 324.64º 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 #9E6687 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 102 | 135 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.38 |
| HSL | 324.64º | 0.22% | 0.51% | - |
| HSV(B) | 324.64º | 0.35% | 0.62% | - |
| XYZ | 23.23 | 18.52 | 25.27 | - |
| YUV | 122.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 102 | 135 | 0 | 0.35 | 0.15 | 0.38 | 324.64 | 0.22 | 0.51 |
| Hex | 9E | 66 | 87 | 0 | 23 | F | 26 | 145 | 16 | 33 |
| Octal | 236 | 146 | 207 | 0 | 43 | 17 | 46 | 505 | 26 | 63 |
| Binary | 10011110 | 1100110 | 10000111 | 0 | 100011 | 1111 | 100110 | 101000101 | 10110 | 110011 |
Color Harmonies of #9E6687
Complementary color
Monochromatic Colors of #9E6687
Black with #9E6687
Text Example
Text Example
White with #9E6687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6687; }
p { color: rgb(158,102,135); }
H1.HeaderClassName
{
color: #9E6687;
}
.AnyTagClassName
{
color: #9E6687;
}
</style>
background-color css
<style>
a { background-color: #9E6687; }
a { background-color: rgb(158,102,135); }
div.DivClassName
{
background-color: #9E6687;
}
.BgClassName
{
background-color: #9E6687;
}
</style>
border-color css
<style>
span { border-color: #9E6687; }
span { border-color: rgb(158,102,135); }
td.TdClassName
{
border-color: #9E6687;
}
.TagClassName
{
border-color: #9E6687;
}
</style>