Shades of Strikemaster #9A6C8A
Tints of Strikemaster #9A6C8A
RGB
CMYK
RGB Variations
Color information
#9A6C8A (or 0x9A6C8A) is known color: Strikemaster. HEX triplet: 9A, 6C and 8A. RGB value is (154,108,138). Sum of RGB (Red+Green+Blue) = 154+108+138=400 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.5% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6C8A is #659375. Grayscale: #7D7D7D. Windows color (decimal): -6656886 or 9071770. OLE color: 9071770.
HSL color Cylindrical-coordinate representation of color #9A6C8A: hue angle of 320.87º 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 #9A6C8A is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 108 | 138 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.40 |
| HSL | 320.87º | 0.19% | 0.51% | - |
| HSV(B) | 320.87º | 0.3% | 0.6% | - |
| XYZ | 23.28 | 19.43 | 26.57 | - |
| YUV | 125.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 138 | 0 | 0.30 | 0.10 | 0.40 | 320.87 | 0.19 | 0.51 |
| Hex | 9A | 6C | 8A | 0 | 1E | A | 28 | 141 | 13 | 33 |
| Octal | 232 | 154 | 212 | 0 | 36 | 12 | 50 | 501 | 23 | 63 |
| Binary | 10011010 | 1101100 | 10001010 | 0 | 11110 | 1010 | 101000 | 101000001 | 10011 | 110011 |
Color Harmonies of #9A6C8A
Complementary color
Monochromatic Colors of #9A6C8A
Black with #9A6C8A
Text Example
Text Example
White with #9A6C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6C8A; }
p { color: rgb(154,108,138); }
H1.HeaderClassName
{
color: #9A6C8A;
}
.AnyTagClassName
{
color: #9A6C8A;
}
</style>
background-color css
<style>
a { background-color: #9A6C8A; }
a { background-color: rgb(154,108,138); }
div.DivClassName
{
background-color: #9A6C8A;
}
.BgClassName
{
background-color: #9A6C8A;
}
</style>
border-color css
<style>
span { border-color: #9A6C8A; }
span { border-color: rgb(154,108,138); }
td.TdClassName
{
border-color: #9A6C8A;
}
.TagClassName
{
border-color: #9A6C8A;
}
</style>