Shades of Strikemaster #9A5083
Tints of Strikemaster #9A5083
RGB
CMYK
RGB Variations
Color information
#9A5083 (or 0x9A5083) is known color: Strikemaster. HEX triplet: 9A, 50 and 83. RGB value is (154,80,131). Sum of RGB (Red+Green+Blue) = 154+80+131=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5083 is #65AF7C. Grayscale: #6B6B6B. Windows color (decimal): -6664061 or 8605850. OLE color: 8605850.
HSL color Cylindrical-coordinate representation of color #9A5083: hue angle of 318.65º 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 #9A5083 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 80 | 131 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.40 |
| HSL | 318.65º | 0.32% | 0.46% | - |
| HSV(B) | 318.65º | 0.48% | 0.6% | - |
| XYZ | 20.29 | 14.25 | 23.15 | - |
| YUV | 107.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 131 | 0 | 0.48 | 0.15 | 0.40 | 318.65 | 0.32 | 0.46 |
| Hex | 9A | 50 | 83 | 0 | 30 | F | 28 | 13F | 20 | 2E |
| Octal | 232 | 120 | 203 | 0 | 60 | 17 | 50 | 477 | 40 | 56 |
| Binary | 10011010 | 1010000 | 10000011 | 0 | 110000 | 1111 | 101000 | 100111111 | 100000 | 101110 |
Color Harmonies of #9A5083
Complementary color
Monochromatic Colors of #9A5083
Black with #9A5083
Text Example
Text Example
White with #9A5083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5083; }
p { color: rgb(154,80,131); }
H1.HeaderClassName
{
color: #9A5083;
}
.AnyTagClassName
{
color: #9A5083;
}
</style>
background-color css
<style>
a { background-color: #9A5083; }
a { background-color: rgb(154,80,131); }
div.DivClassName
{
background-color: #9A5083;
}
.BgClassName
{
background-color: #9A5083;
}
</style>
border-color css
<style>
span { border-color: #9A5083; }
span { border-color: rgb(154,80,131); }
td.TdClassName
{
border-color: #9A5083;
}
.TagClassName
{
border-color: #9A5083;
}
</style>