Shades of Strikemaster #9F5C8A
Tints of Strikemaster #9F5C8A
RGB
CMYK
RGB Variations
Color information
#9F5C8A (or 0x9F5C8A) is known color: Strikemaster. HEX triplet: 9F, 5C and 8A. RGB value is (159,92,138). Sum of RGB (Red+Green+Blue) = 159+92+138=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5C8A is #60A375. Grayscale: #757575. Windows color (decimal): -6333302 or 9067679. OLE color: 9067679.
HSL color Cylindrical-coordinate representation of color #9F5C8A: hue angle of 318.81º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F5C8A is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 92 | 138 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.38 |
| HSL | 318.81º | 0.27% | 0.49% | - |
| HSV(B) | 318.81º | 0.42% | 0.62% | - |
| XYZ | 22.71 | 16.86 | 26.1 | - |
| YUV | 117.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 92 | 138 | 0 | 0.42 | 0.13 | 0.38 | 318.81 | 0.27 | 0.49 |
| Hex | 9F | 5C | 8A | 0 | 2A | D | 26 | 13F | 1B | 31 |
| Octal | 237 | 134 | 212 | 0 | 52 | 15 | 46 | 477 | 33 | 61 |
| Binary | 10011111 | 1011100 | 10001010 | 0 | 101010 | 1101 | 100110 | 100111111 | 11011 | 110001 |
Color Harmonies of #9F5C8A
Complementary color
Monochromatic Colors of #9F5C8A
Black with #9F5C8A
Text Example
Text Example
White with #9F5C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5C8A; }
p { color: rgb(159,92,138); }
H1.HeaderClassName
{
color: #9F5C8A;
}
.AnyTagClassName
{
color: #9F5C8A;
}
</style>
background-color css
<style>
a { background-color: #9F5C8A; }
a { background-color: rgb(159,92,138); }
div.DivClassName
{
background-color: #9F5C8A;
}
.BgClassName
{
background-color: #9F5C8A;
}
</style>
border-color css
<style>
span { border-color: #9F5C8A; }
span { border-color: rgb(159,92,138); }
td.TdClassName
{
border-color: #9F5C8A;
}
.TagClassName
{
border-color: #9F5C8A;
}
</style>