Shades of Strikemaster #9A5878
Tints of Strikemaster #9A5878
RGB
CMYK
RGB Variations
Color information
#9A5878 (or 0x9A5878) is known color: Strikemaster. HEX triplet: 9A, 58 and 78. RGB value is (154,88,120). Sum of RGB (Red+Green+Blue) = 154+88+120=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5878 is #65A787. Grayscale: #6F6F6F. Windows color (decimal): -6662024 or 7887002. OLE color: 7887002.
HSL color Cylindrical-coordinate representation of color #9A5878: hue angle of 330.91º 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 #9A5878 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 88 | 120 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.40 |
| HSL | 330.91º | 0.27% | 0.47% | - |
| HSV(B) | 330.91º | 0.43% | 0.6% | - |
| XYZ | 20.21 | 15.21 | 19.64 | - |
| YUV | 111.38 | 132.87 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 120 | 0 | 0.43 | 0.22 | 0.40 | 330.91 | 0.27 | 0.47 |
| Hex | 9A | 58 | 78 | 0 | 2B | 16 | 28 | 14B | 1B | 2F |
| Octal | 232 | 130 | 170 | 0 | 53 | 26 | 50 | 513 | 33 | 57 |
| Binary | 10011010 | 1011000 | 1111000 | 0 | 101011 | 10110 | 101000 | 101001011 | 11011 | 101111 |
Color Harmonies of #9A5878
Complementary color
Monochromatic Colors of #9A5878
Black with #9A5878
Text Example
Text Example
White with #9A5878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5878; }
p { color: rgb(154,88,120); }
H1.HeaderClassName
{
color: #9A5878;
}
.AnyTagClassName
{
color: #9A5878;
}
</style>
background-color css
<style>
a { background-color: #9A5878; }
a { background-color: rgb(154,88,120); }
div.DivClassName
{
background-color: #9A5878;
}
.BgClassName
{
background-color: #9A5878;
}
</style>
border-color css
<style>
span { border-color: #9A5878; }
span { border-color: rgb(154,88,120); }
td.TdClassName
{
border-color: #9A5878;
}
.TagClassName
{
border-color: #9A5878;
}
</style>