Shades of Strikemaster #9F5280
Tints of Strikemaster #9F5280
RGB
CMYK
RGB Variations
Color information
#9F5280 (or 0x9F5280) is known color: Strikemaster. HEX triplet: 9F, 52 and 80. RGB value is (159,82,128). Sum of RGB (Red+Green+Blue) = 159+82+128=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5280 is #60AD7F. Grayscale: #6E6E6E. Windows color (decimal): -6335872 or 8409759. OLE color: 8409759.
HSL color Cylindrical-coordinate representation of color #9F5280: hue angle of 324.16º degrees, saturation: 0.32, 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 #9F5280 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 82 | 128 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.38 |
| HSL | 324.16º | 0.32% | 0.47% | - |
| HSV(B) | 324.16º | 0.48% | 0.62% | - |
| XYZ | 21.21 | 14.96 | 22.19 | - |
| YUV | 110.27 | 138.01 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 82 | 128 | 0 | 0.48 | 0.19 | 0.38 | 324.16 | 0.32 | 0.47 |
| Hex | 9F | 52 | 80 | 0 | 30 | 13 | 26 | 144 | 20 | 2F |
| Octal | 237 | 122 | 200 | 0 | 60 | 23 | 46 | 504 | 40 | 57 |
| Binary | 10011111 | 1010010 | 10000000 | 0 | 110000 | 10011 | 100110 | 101000100 | 100000 | 101111 |
Color Harmonies of #9F5280
Complementary color
Monochromatic Colors of #9F5280
Black with #9F5280
Text Example
Text Example
White with #9F5280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5280; }
p { color: rgb(159,82,128); }
H1.HeaderClassName
{
color: #9F5280;
}
.AnyTagClassName
{
color: #9F5280;
}
</style>
background-color css
<style>
a { background-color: #9F5280; }
a { background-color: rgb(159,82,128); }
div.DivClassName
{
background-color: #9F5280;
}
.BgClassName
{
background-color: #9F5280;
}
</style>
border-color css
<style>
span { border-color: #9F5280; }
span { border-color: rgb(159,82,128); }
td.TdClassName
{
border-color: #9F5280;
}
.TagClassName
{
border-color: #9F5280;
}
</style>