Shades of Strikemaster #9F5082
Tints of Strikemaster #9F5082
RGB
CMYK
RGB Variations
Color information
#9F5082 (or 0x9F5082) is known color: Strikemaster. HEX triplet: 9F, 50 and 82. RGB value is (159,80,130). Sum of RGB (Red+Green+Blue) = 159+80+130=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5082 is #60AF7D. Grayscale: #6D6D6D. Windows color (decimal): -6336382 or 8540319. OLE color: 8540319.
HSL color Cylindrical-coordinate representation of color #9F5082: hue angle of 322.03º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F5082 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 80 | 130 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.38 |
| HSL | 322.03º | 0.33% | 0.47% | - |
| HSV(B) | 322.03º | 0.5% | 0.62% | - |
| XYZ | 21.2 | 14.72 | 22.84 | - |
| YUV | 109.32 | 139.67 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 130 | 0 | 0.50 | 0.18 | 0.38 | 322.03 | 0.33 | 0.47 |
| Hex | 9F | 50 | 82 | 0 | 32 | 12 | 26 | 142 | 21 | 2F |
| Octal | 237 | 120 | 202 | 0 | 62 | 22 | 46 | 502 | 41 | 57 |
| Binary | 10011111 | 1010000 | 10000010 | 0 | 110010 | 10010 | 100110 | 101000010 | 100001 | 101111 |
Color Harmonies of #9F5082
Complementary color
Monochromatic Colors of #9F5082
Black with #9F5082
Text Example
Text Example
White with #9F5082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5082; }
p { color: rgb(159,80,130); }
H1.HeaderClassName
{
color: #9F5082;
}
.AnyTagClassName
{
color: #9F5082;
}
</style>
background-color css
<style>
a { background-color: #9F5082; }
a { background-color: rgb(159,80,130); }
div.DivClassName
{
background-color: #9F5082;
}
.BgClassName
{
background-color: #9F5082;
}
</style>
border-color css
<style>
span { border-color: #9F5082; }
span { border-color: rgb(159,80,130); }
td.TdClassName
{
border-color: #9F5082;
}
.TagClassName
{
border-color: #9F5082;
}
</style>