Shades of Strikemaster #9D6981
Tints of Strikemaster #9D6981
RGB
CMYK
RGB Variations
Color information
#9D6981 (or 0x9D6981) is known color: Strikemaster. HEX triplet: 9D, 69 and 81. RGB value is (157,105,129). Sum of RGB (Red+Green+Blue) = 157+105+129=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6981 is #62967E. Grayscale: #7B7B7B. Windows color (decimal): -6461055 or 8481181. OLE color: 8481181.
HSL color Cylindrical-coordinate representation of color #9D6981: hue angle of 332.31º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D6981 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 105 | 129 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.38 |
| HSL | 332.31º | 0.21% | 0.51% | - |
| HSV(B) | 332.31º | 0.33% | 0.62% | - |
| XYZ | 22.92 | 18.86 | 23.2 | - |
| YUV | 123.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 105 | 129 | 0 | 0.33 | 0.18 | 0.38 | 332.31 | 0.21 | 0.51 |
| Hex | 9D | 69 | 81 | 0 | 21 | 12 | 26 | 14C | 15 | 33 |
| Octal | 235 | 151 | 201 | 0 | 41 | 22 | 46 | 514 | 25 | 63 |
| Binary | 10011101 | 1101001 | 10000001 | 0 | 100001 | 10010 | 100110 | 101001100 | 10101 | 110011 |
Color Harmonies of #9D6981
Complementary color
Monochromatic Colors of #9D6981
Black with #9D6981
Text Example
Text Example
White with #9D6981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6981; }
p { color: rgb(157,105,129); }
H1.HeaderClassName
{
color: #9D6981;
}
.AnyTagClassName
{
color: #9D6981;
}
</style>
background-color css
<style>
a { background-color: #9D6981; }
a { background-color: rgb(157,105,129); }
div.DivClassName
{
background-color: #9D6981;
}
.BgClassName
{
background-color: #9D6981;
}
</style>
border-color css
<style>
span { border-color: #9D6981; }
span { border-color: rgb(157,105,129); }
td.TdClassName
{
border-color: #9D6981;
}
.TagClassName
{
border-color: #9D6981;
}
</style>