Shades of Strikemaster #9F6785
Tints of Strikemaster #9F6785
RGB
CMYK
RGB Variations
Color information
#9F6785 (or 0x9F6785) is known color: Strikemaster. HEX triplet: 9F, 67 and 85. RGB value is (159,103,133). Sum of RGB (Red+Green+Blue) = 159+103+133=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6785 is #60987A. Grayscale: #7B7B7B. Windows color (decimal): -6330491 or 8742815. OLE color: 8742815.
HSL color Cylindrical-coordinate representation of color #9F6785: hue angle of 327.86º degrees, saturation: 0.23, 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 #9F6785 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 103 | 133 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.38 |
| HSL | 327.86º | 0.23% | 0.51% | - |
| HSV(B) | 327.86º | 0.35% | 0.62% | - |
| XYZ | 23.38 | 18.76 | 24.58 | - |
| YUV | 123.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 133 | 0 | 0.35 | 0.16 | 0.38 | 327.86 | 0.23 | 0.51 |
| Hex | 9F | 67 | 85 | 0 | 23 | 10 | 26 | 148 | 17 | 33 |
| Octal | 237 | 147 | 205 | 0 | 43 | 20 | 46 | 510 | 27 | 63 |
| Binary | 10011111 | 1100111 | 10000101 | 0 | 100011 | 10000 | 100110 | 101001000 | 10111 | 110011 |
Color Harmonies of #9F6785
Complementary color
Monochromatic Colors of #9F6785
Black with #9F6785
Text Example
Text Example
White with #9F6785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6785; }
p { color: rgb(159,103,133); }
H1.HeaderClassName
{
color: #9F6785;
}
.AnyTagClassName
{
color: #9F6785;
}
</style>
background-color css
<style>
a { background-color: #9F6785; }
a { background-color: rgb(159,103,133); }
div.DivClassName
{
background-color: #9F6785;
}
.BgClassName
{
background-color: #9F6785;
}
</style>
border-color css
<style>
span { border-color: #9F6785; }
span { border-color: rgb(159,103,133); }
td.TdClassName
{
border-color: #9F6785;
}
.TagClassName
{
border-color: #9F6785;
}
</style>