Shades of Strikemaster #9A537E
Tints of Strikemaster #9A537E
RGB
CMYK
RGB Variations
Color information
#9A537E (or 0x9A537E) is known color: Strikemaster. HEX triplet: 9A, 53 and 7E. RGB value is (154,83,126). Sum of RGB (Red+Green+Blue) = 154+83+126=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 154 - color contains mainly: red. Hex color #9A537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A537E is #65AC81. Grayscale: #6D6D6D. Windows color (decimal): -6663298 or 8278938. OLE color: 8278938.
HSL color Cylindrical-coordinate representation of color #9A537E: hue angle of 323.66º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A537E is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 83 | 126 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.40 |
| HSL | 323.66º | 0.3% | 0.46% | - |
| HSV(B) | 323.66º | 0.46% | 0.6% | - |
| XYZ | 20.19 | 14.56 | 21.49 | - |
| YUV | 109.13 | 137.52 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 83 | 126 | 0 | 0.46 | 0.18 | 0.40 | 323.66 | 0.3 | 0.46 |
| Hex | 9A | 53 | 7E | 0 | 2E | 12 | 28 | 144 | 1E | 2E |
| Octal | 232 | 123 | 176 | 0 | 56 | 22 | 50 | 504 | 36 | 56 |
| Binary | 10011010 | 1010011 | 1111110 | 0 | 101110 | 10010 | 101000 | 101000100 | 11110 | 101110 |
Color Harmonies of #9A537E
Complementary color
Monochromatic Colors of #9A537E
Black with #9A537E
Text Example
Text Example
White with #9A537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A537E; }
p { color: rgb(154,83,126); }
H1.HeaderClassName
{
color: #9A537E;
}
.AnyTagClassName
{
color: #9A537E;
}
</style>
background-color css
<style>
a { background-color: #9A537E; }
a { background-color: rgb(154,83,126); }
div.DivClassName
{
background-color: #9A537E;
}
.BgClassName
{
background-color: #9A537E;
}
</style>
border-color css
<style>
span { border-color: #9A537E; }
span { border-color: rgb(154,83,126); }
td.TdClassName
{
border-color: #9A537E;
}
.TagClassName
{
border-color: #9A537E;
}
</style>