Shades of Strikemaster #9A6583
Tints of Strikemaster #9A6583
RGB
CMYK
RGB Variations
Color information
#9A6583 (or 0x9A6583) is known color: Strikemaster. HEX triplet: 9A, 65 and 83. RGB value is (154,101,131). Sum of RGB (Red+Green+Blue) = 154+101+131=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6583 is #659A7C. Grayscale: #787878. Windows color (decimal): -6658685 or 8611226. OLE color: 8611226.
HSL color Cylindrical-coordinate representation of color #9A6583: hue angle of 326.04º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A6583 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 101 | 131 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.40 |
| HSL | 326.04º | 0.21% | 0.5% | - |
| HSV(B) | 326.04º | 0.34% | 0.6% | - |
| XYZ | 22.08 | 17.82 | 23.75 | - |
| YUV | 120.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 131 | 0 | 0.34 | 0.15 | 0.40 | 326.04 | 0.21 | 0.5 |
| Hex | 9A | 65 | 83 | 0 | 22 | F | 28 | 146 | 15 | 32 |
| Octal | 232 | 145 | 203 | 0 | 42 | 17 | 50 | 506 | 25 | 62 |
| Binary | 10011010 | 1100101 | 10000011 | 0 | 100010 | 1111 | 101000 | 101000110 | 10101 | 110010 |
Color Harmonies of #9A6583
Complementary color
Monochromatic Colors of #9A6583
Black with #9A6583
Text Example
Text Example
White with #9A6583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6583; }
p { color: rgb(154,101,131); }
H1.HeaderClassName
{
color: #9A6583;
}
.AnyTagClassName
{
color: #9A6583;
}
</style>
background-color css
<style>
a { background-color: #9A6583; }
a { background-color: rgb(154,101,131); }
div.DivClassName
{
background-color: #9A6583;
}
.BgClassName
{
background-color: #9A6583;
}
</style>
border-color css
<style>
span { border-color: #9A6583; }
span { border-color: rgb(154,101,131); }
td.TdClassName
{
border-color: #9A6583;
}
.TagClassName
{
border-color: #9A6583;
}
</style>