Shades of Strikemaster #9A6683
Tints of Strikemaster #9A6683
RGB
CMYK
RGB Variations
Color information
#9A6683 (or 0x9A6683) is known color: Strikemaster. HEX triplet: 9A, 66 and 83. RGB value is (154,102,131). Sum of RGB (Red+Green+Blue) = 154+102+131=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6683 is #65997C. Grayscale: #787878. Windows color (decimal): -6658429 or 8611482. OLE color: 8611482.
HSL color Cylindrical-coordinate representation of color #9A6683: hue angle of 326.54º degrees, saturation: 0.2, 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 #9A6683 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 102 | 131 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.40 |
| HSL | 326.54º | 0.2% | 0.5% | - |
| HSV(B) | 326.54º | 0.34% | 0.6% | - |
| XYZ | 22.17 | 18.01 | 23.78 | - |
| YUV | 120.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 102 | 131 | 0 | 0.34 | 0.15 | 0.40 | 326.54 | 0.2 | 0.5 |
| Hex | 9A | 66 | 83 | 0 | 22 | F | 28 | 147 | 14 | 32 |
| Octal | 232 | 146 | 203 | 0 | 42 | 17 | 50 | 507 | 24 | 62 |
| Binary | 10011010 | 1100110 | 10000011 | 0 | 100010 | 1111 | 101000 | 101000111 | 10100 | 110010 |
Color Harmonies of #9A6683
Complementary color
Monochromatic Colors of #9A6683
Black with #9A6683
Text Example
Text Example
White with #9A6683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6683; }
p { color: rgb(154,102,131); }
H1.HeaderClassName
{
color: #9A6683;
}
.AnyTagClassName
{
color: #9A6683;
}
</style>
background-color css
<style>
a { background-color: #9A6683; }
a { background-color: rgb(154,102,131); }
div.DivClassName
{
background-color: #9A6683;
}
.BgClassName
{
background-color: #9A6683;
}
</style>
border-color css
<style>
span { border-color: #9A6683; }
span { border-color: rgb(154,102,131); }
td.TdClassName
{
border-color: #9A6683;
}
.TagClassName
{
border-color: #9A6683;
}
</style>