Shades of Strikemaster #9A5C78
Tints of Strikemaster #9A5C78
RGB
CMYK
RGB Variations
Color information
#9A5C78 (or 0x9A5C78) is known color: Strikemaster. HEX triplet: 9A, 5C and 78. RGB value is (154,92,120). Sum of RGB (Red+Green+Blue) = 154+92+120=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5C78 is #65A387. Grayscale: #717171. Windows color (decimal): -6661000 or 7888026. OLE color: 7888026.
HSL color Cylindrical-coordinate representation of color #9A5C78: hue angle of 332.9º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A5C78 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 92 | 120 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.40 |
| HSL | 332.9º | 0.25% | 0.48% | - |
| HSV(B) | 332.9º | 0.4% | 0.6% | - |
| XYZ | 20.54 | 15.88 | 19.75 | - |
| YUV | 113.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 92 | 120 | 0 | 0.40 | 0.22 | 0.40 | 332.9 | 0.25 | 0.48 |
| Hex | 9A | 5C | 78 | 0 | 28 | 16 | 28 | 14D | 19 | 30 |
| Octal | 232 | 134 | 170 | 0 | 50 | 26 | 50 | 515 | 31 | 60 |
| Binary | 10011010 | 1011100 | 1111000 | 0 | 101000 | 10110 | 101000 | 101001101 | 11001 | 110000 |
Color Harmonies of #9A5C78
Complementary color
Monochromatic Colors of #9A5C78
Black with #9A5C78
Text Example
Text Example
White with #9A5C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5C78; }
p { color: rgb(154,92,120); }
H1.HeaderClassName
{
color: #9A5C78;
}
.AnyTagClassName
{
color: #9A5C78;
}
</style>
background-color css
<style>
a { background-color: #9A5C78; }
a { background-color: rgb(154,92,120); }
div.DivClassName
{
background-color: #9A5C78;
}
.BgClassName
{
background-color: #9A5C78;
}
</style>
border-color css
<style>
span { border-color: #9A5C78; }
span { border-color: rgb(154,92,120); }
td.TdClassName
{
border-color: #9A5C78;
}
.TagClassName
{
border-color: #9A5C78;
}
</style>