Shades of Strikemaster #9A6C83
Tints of Strikemaster #9A6C83
RGB
CMYK
RGB Variations
Color information
#9A6C83 (or 0x9A6C83) is known color: Strikemaster. HEX triplet: 9A, 6C and 83. RGB value is (154,108,131). Sum of RGB (Red+Green+Blue) = 154+108+131=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6C83 is #65937C. Grayscale: #7C7C7C. Windows color (decimal): -6656893 or 8613018. OLE color: 8613018.
HSL color Cylindrical-coordinate representation of color #9A6C83: hue angle of 330º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A6C83 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 108 | 131 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.40 |
| HSL | 330º | 0.19% | 0.51% | - |
| HSV(B) | 330º | 0.3% | 0.6% | - |
| XYZ | 22.79 | 19.23 | 23.98 | - |
| YUV | 124.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 131 | 0 | 0.30 | 0.15 | 0.40 | 330 | 0.19 | 0.51 |
| Hex | 9A | 6C | 83 | 0 | 1E | F | 28 | 14A | 13 | 33 |
| Octal | 232 | 154 | 203 | 0 | 36 | 17 | 50 | 512 | 23 | 63 |
| Binary | 10011010 | 1101100 | 10000011 | 0 | 11110 | 1111 | 101000 | 101001010 | 10011 | 110011 |
Color Harmonies of #9A6C83
Complementary color
Monochromatic Colors of #9A6C83
Black with #9A6C83
Text Example
Text Example
White with #9A6C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6C83; }
p { color: rgb(154,108,131); }
H1.HeaderClassName
{
color: #9A6C83;
}
.AnyTagClassName
{
color: #9A6C83;
}
</style>
background-color css
<style>
a { background-color: #9A6C83; }
a { background-color: rgb(154,108,131); }
div.DivClassName
{
background-color: #9A6C83;
}
.BgClassName
{
background-color: #9A6C83;
}
</style>
border-color css
<style>
span { border-color: #9A6C83; }
span { border-color: rgb(154,108,131); }
td.TdClassName
{
border-color: #9A6C83;
}
.TagClassName
{
border-color: #9A6C83;
}
</style>