Shades of Strikemaster #9A5077
Tints of Strikemaster #9A5077
RGB
CMYK
RGB Variations
Color information
#9A5077 (or 0x9A5077) is known color: Strikemaster. HEX triplet: 9A, 50 and 77. RGB value is (154,80,119). Sum of RGB (Red+Green+Blue) = 154+80+119=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5077 is #65AF88. Grayscale: #6A6A6A. Windows color (decimal): -6664073 or 7819418. OLE color: 7819418.
HSL color Cylindrical-coordinate representation of color #9A5077: hue angle of 328.38º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A5077 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 80 | 119 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.40 |
| HSL | 328.38º | 0.32% | 0.46% | - |
| HSV(B) | 328.38º | 0.48% | 0.6% | - |
| XYZ | 19.52 | 13.94 | 19.11 | - |
| YUV | 106.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 119 | 0 | 0.48 | 0.23 | 0.40 | 328.38 | 0.32 | 0.46 |
| Hex | 9A | 50 | 77 | 0 | 30 | 17 | 28 | 148 | 20 | 2E |
| Octal | 232 | 120 | 167 | 0 | 60 | 27 | 50 | 510 | 40 | 56 |
| Binary | 10011010 | 1010000 | 1110111 | 0 | 110000 | 10111 | 101000 | 101001000 | 100000 | 101110 |
Color Harmonies of #9A5077
Complementary color
Monochromatic Colors of #9A5077
Black with #9A5077
Text Example
Text Example
White with #9A5077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5077; }
p { color: rgb(154,80,119); }
H1.HeaderClassName
{
color: #9A5077;
}
.AnyTagClassName
{
color: #9A5077;
}
</style>
background-color css
<style>
a { background-color: #9A5077; }
a { background-color: rgb(154,80,119); }
div.DivClassName
{
background-color: #9A5077;
}
.BgClassName
{
background-color: #9A5077;
}
</style>
border-color css
<style>
span { border-color: #9A5077; }
span { border-color: rgb(154,80,119); }
td.TdClassName
{
border-color: #9A5077;
}
.TagClassName
{
border-color: #9A5077;
}
</style>