Shades of Strikemaster #9F538B
Tints of Strikemaster #9F538B
RGB
CMYK
RGB Variations
Color information
#9F538B (or 0x9F538B) is known color: Strikemaster. HEX triplet: 9F, 53 and 8B. RGB value is (159,83,139). Sum of RGB (Red+Green+Blue) = 159+83+139=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F538B is #60AC74. Grayscale: #6F6F6F. Windows color (decimal): -6335605 or 9130911. OLE color: 9130911.
HSL color Cylindrical-coordinate representation of color #9F538B: hue angle of 315.79º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F538B is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 83 | 139 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.38 |
| HSL | 315.79º | 0.31% | 0.47% | - |
| HSV(B) | 315.79º | 0.48% | 0.62% | - |
| XYZ | 22.05 | 15.42 | 26.24 | - |
| YUV | 112.11 | 143.18 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 139 | 0 | 0.48 | 0.13 | 0.38 | 315.79 | 0.31 | 0.47 |
| Hex | 9F | 53 | 8B | 0 | 30 | D | 26 | 13C | 1F | 2F |
| Octal | 237 | 123 | 213 | 0 | 60 | 15 | 46 | 474 | 37 | 57 |
| Binary | 10011111 | 1010011 | 10001011 | 0 | 110000 | 1101 | 100110 | 100111100 | 11111 | 101111 |
Color Harmonies of #9F538B
Complementary color
Monochromatic Colors of #9F538B
Black with #9F538B
Text Example
Text Example
White with #9F538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F538B; }
p { color: rgb(159,83,139); }
H1.HeaderClassName
{
color: #9F538B;
}
.AnyTagClassName
{
color: #9F538B;
}
</style>
background-color css
<style>
a { background-color: #9F538B; }
a { background-color: rgb(159,83,139); }
div.DivClassName
{
background-color: #9F538B;
}
.BgClassName
{
background-color: #9F538B;
}
</style>
border-color css
<style>
span { border-color: #9F538B; }
span { border-color: rgb(159,83,139); }
td.TdClassName
{
border-color: #9F538B;
}
.TagClassName
{
border-color: #9F538B;
}
</style>