Shades of Strikemaster #9A5881
Tints of Strikemaster #9A5881
RGB
CMYK
RGB Variations
Color information
#9A5881 (or 0x9A5881) is known color: Strikemaster. HEX triplet: 9A, 58 and 81. RGB value is (154,88,129). Sum of RGB (Red+Green+Blue) = 154+88+129=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5881 is #65A77E. Grayscale: #707070. Windows color (decimal): -6662015 or 8476826. OLE color: 8476826.
HSL color Cylindrical-coordinate representation of color #9A5881: hue angle of 322.73º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A5881 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 88 | 129 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.40 |
| HSL | 322.73º | 0.27% | 0.47% | - |
| HSV(B) | 322.73º | 0.43% | 0.6% | - |
| XYZ | 20.78 | 15.43 | 22.65 | - |
| YUV | 112.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 129 | 0 | 0.43 | 0.16 | 0.40 | 322.73 | 0.27 | 0.47 |
| Hex | 9A | 58 | 81 | 0 | 2B | 10 | 28 | 143 | 1B | 2F |
| Octal | 232 | 130 | 201 | 0 | 53 | 20 | 50 | 503 | 33 | 57 |
| Binary | 10011010 | 1011000 | 10000001 | 0 | 101011 | 10000 | 101000 | 101000011 | 11011 | 101111 |
Color Harmonies of #9A5881
Complementary color
Monochromatic Colors of #9A5881
Black with #9A5881
Text Example
Text Example
White with #9A5881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5881; }
p { color: rgb(154,88,129); }
H1.HeaderClassName
{
color: #9A5881;
}
.AnyTagClassName
{
color: #9A5881;
}
</style>
background-color css
<style>
a { background-color: #9A5881; }
a { background-color: rgb(154,88,129); }
div.DivClassName
{
background-color: #9A5881;
}
.BgClassName
{
background-color: #9A5881;
}
</style>
border-color css
<style>
span { border-color: #9A5881; }
span { border-color: rgb(154,88,129); }
td.TdClassName
{
border-color: #9A5881;
}
.TagClassName
{
border-color: #9A5881;
}
</style>