Shades of Strikemaster #9D6688
Tints of Strikemaster #9D6688
RGB
CMYK
RGB Variations
Color information
#9D6688 (or 0x9D6688) is known color: Strikemaster. HEX triplet: 9D, 66 and 88. RGB value is (157,102,136). Sum of RGB (Red+Green+Blue) = 157+102+136=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6688 is #629977. Grayscale: #7A7A7A. Windows color (decimal): -6461816 or 8939165. OLE color: 8939165.
HSL color Cylindrical-coordinate representation of color #9D6688: hue angle of 322.91º 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 #9D6688 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 102 | 136 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.38 |
| HSL | 322.91º | 0.22% | 0.51% | - |
| HSV(B) | 322.91º | 0.35% | 0.62% | - |
| XYZ | 23.1 | 18.45 | 25.64 | - |
| YUV | 122.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 102 | 136 | 0 | 0.35 | 0.13 | 0.38 | 322.91 | 0.22 | 0.51 |
| Hex | 9D | 66 | 88 | 0 | 23 | D | 26 | 143 | 16 | 33 |
| Octal | 235 | 146 | 210 | 0 | 43 | 15 | 46 | 503 | 26 | 63 |
| Binary | 10011101 | 1100110 | 10001000 | 0 | 100011 | 1101 | 100110 | 101000011 | 10110 | 110011 |
Color Harmonies of #9D6688
Complementary color
Monochromatic Colors of #9D6688
Black with #9D6688
Text Example
Text Example
White with #9D6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6688; }
p { color: rgb(157,102,136); }
H1.HeaderClassName
{
color: #9D6688;
}
.AnyTagClassName
{
color: #9D6688;
}
</style>
background-color css
<style>
a { background-color: #9D6688; }
a { background-color: rgb(157,102,136); }
div.DivClassName
{
background-color: #9D6688;
}
.BgClassName
{
background-color: #9D6688;
}
</style>
border-color css
<style>
span { border-color: #9D6688; }
span { border-color: rgb(157,102,136); }
td.TdClassName
{
border-color: #9D6688;
}
.TagClassName
{
border-color: #9D6688;
}
</style>