Shades of Strikemaster #9E6985
Tints of Strikemaster #9E6985
RGB
CMYK
RGB Variations
Color information
#9E6985 (or 0x9E6985) is known color: Strikemaster. HEX triplet: 9E, 69 and 85. RGB value is (158,105,133). Sum of RGB (Red+Green+Blue) = 158+105+133=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6985 is #61967A. Grayscale: #7B7B7B. Windows color (decimal): -6395515 or 8743326. OLE color: 8743326.
HSL color Cylindrical-coordinate representation of color #9E6985: hue angle of 328.3º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E6985 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 105 | 133 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.38 |
| HSL | 328.3º | 0.21% | 0.52% | - |
| HSV(B) | 328.3º | 0.34% | 0.62% | - |
| XYZ | 23.39 | 19.07 | 24.64 | - |
| YUV | 124.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 133 | 0 | 0.34 | 0.16 | 0.38 | 328.3 | 0.21 | 0.52 |
| Hex | 9E | 69 | 85 | 0 | 22 | 10 | 26 | 148 | 15 | 34 |
| Octal | 236 | 151 | 205 | 0 | 42 | 20 | 46 | 510 | 25 | 64 |
| Binary | 10011110 | 1101001 | 10000101 | 0 | 100010 | 10000 | 100110 | 101001000 | 10101 | 110100 |
Color Harmonies of #9E6985
Complementary color
Monochromatic Colors of #9E6985
Black with #9E6985
Text Example
Text Example
White with #9E6985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6985; }
p { color: rgb(158,105,133); }
H1.HeaderClassName
{
color: #9E6985;
}
.AnyTagClassName
{
color: #9E6985;
}
</style>
background-color css
<style>
a { background-color: #9E6985; }
a { background-color: rgb(158,105,133); }
div.DivClassName
{
background-color: #9E6985;
}
.BgClassName
{
background-color: #9E6985;
}
</style>
border-color css
<style>
span { border-color: #9E6985; }
span { border-color: rgb(158,105,133); }
td.TdClassName
{
border-color: #9E6985;
}
.TagClassName
{
border-color: #9E6985;
}
</style>