Shades of Strikemaster #9A6B83
Tints of Strikemaster #9A6B83
RGB
CMYK
RGB Variations
Color information
#9A6B83 (or 0x9A6B83) is known color: Strikemaster. HEX triplet: 9A, 6B and 83. RGB value is (154,107,131). Sum of RGB (Red+Green+Blue) = 154+107+131=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6B83 is #65947C. Grayscale: #7B7B7B. Windows color (decimal): -6657149 or 8612762. OLE color: 8612762.
HSL color Cylindrical-coordinate representation of color #9A6B83: hue angle of 329.36º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A6B83 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 107 | 131 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.40 |
| HSL | 329.36º | 0.19% | 0.51% | - |
| HSV(B) | 329.36º | 0.31% | 0.6% | - |
| XYZ | 22.68 | 19.02 | 23.95 | - |
| YUV | 123.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 131 | 0 | 0.31 | 0.15 | 0.40 | 329.36 | 0.19 | 0.51 |
| Hex | 9A | 6B | 83 | 0 | 1F | F | 28 | 149 | 13 | 33 |
| Octal | 232 | 153 | 203 | 0 | 37 | 17 | 50 | 511 | 23 | 63 |
| Binary | 10011010 | 1101011 | 10000011 | 0 | 11111 | 1111 | 101000 | 101001001 | 10011 | 110011 |
Color Harmonies of #9A6B83
Complementary color
Monochromatic Colors of #9A6B83
Black with #9A6B83
Text Example
Text Example
White with #9A6B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6B83; }
p { color: rgb(154,107,131); }
H1.HeaderClassName
{
color: #9A6B83;
}
.AnyTagClassName
{
color: #9A6B83;
}
</style>
background-color css
<style>
a { background-color: #9A6B83; }
a { background-color: rgb(154,107,131); }
div.DivClassName
{
background-color: #9A6B83;
}
.BgClassName
{
background-color: #9A6B83;
}
</style>
border-color css
<style>
span { border-color: #9A6B83; }
span { border-color: rgb(154,107,131); }
td.TdClassName
{
border-color: #9A6B83;
}
.TagClassName
{
border-color: #9A6B83;
}
</style>