Shades of Strikemaster #9A5A83
Tints of Strikemaster #9A5A83
RGB
CMYK
RGB Variations
Color information
#9A5A83 (or 0x9A5A83) is known color: Strikemaster. HEX triplet: 9A, 5A and 83. RGB value is (154,90,131). Sum of RGB (Red+Green+Blue) = 154+90+131=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5A83 is #65A57C. Grayscale: #717171. Windows color (decimal): -6661501 or 8608410. OLE color: 8608410.
HSL color Cylindrical-coordinate representation of color #9A5A83: hue angle of 321.56º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A5A83 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 90 | 131 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.40 |
| HSL | 321.56º | 0.26% | 0.48% | - |
| HSV(B) | 321.56º | 0.42% | 0.6% | - |
| XYZ | 21.08 | 15.82 | 23.42 | - |
| YUV | 113.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 90 | 131 | 0 | 0.42 | 0.15 | 0.40 | 321.56 | 0.26 | 0.48 |
| Hex | 9A | 5A | 83 | 0 | 2A | F | 28 | 142 | 1A | 30 |
| Octal | 232 | 132 | 203 | 0 | 52 | 17 | 50 | 502 | 32 | 60 |
| Binary | 10011010 | 1011010 | 10000011 | 0 | 101010 | 1111 | 101000 | 101000010 | 11010 | 110000 |
Color Harmonies of #9A5A83
Complementary color
Monochromatic Colors of #9A5A83
Black with #9A5A83
Text Example
Text Example
White with #9A5A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5A83; }
p { color: rgb(154,90,131); }
H1.HeaderClassName
{
color: #9A5A83;
}
.AnyTagClassName
{
color: #9A5A83;
}
</style>
background-color css
<style>
a { background-color: #9A5A83; }
a { background-color: rgb(154,90,131); }
div.DivClassName
{
background-color: #9A5A83;
}
.BgClassName
{
background-color: #9A5A83;
}
</style>
border-color css
<style>
span { border-color: #9A5A83; }
span { border-color: rgb(154,90,131); }
td.TdClassName
{
border-color: #9A5A83;
}
.TagClassName
{
border-color: #9A5A83;
}
</style>