Shades of Strikemaster #9A6081
Tints of Strikemaster #9A6081
RGB
CMYK
RGB Variations
Color information
#9A6081 (or 0x9A6081) is known color: Strikemaster. HEX triplet: 9A, 60 and 81. RGB value is (154,96,129). Sum of RGB (Red+Green+Blue) = 154+96+129=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6081 is #659F7E. Grayscale: #757575. Windows color (decimal): -6659967 or 8478874. OLE color: 8478874.
HSL color Cylindrical-coordinate representation of color #9A6081: hue angle of 325.86º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A6081 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 96 | 129 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.40 |
| HSL | 325.86º | 0.23% | 0.49% | - |
| HSV(B) | 325.86º | 0.38% | 0.6% | - |
| XYZ | 21.47 | 16.82 | 22.88 | - |
| YUV | 117.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 129 | 0 | 0.38 | 0.16 | 0.40 | 325.86 | 0.23 | 0.49 |
| Hex | 9A | 60 | 81 | 0 | 26 | 10 | 28 | 146 | 17 | 31 |
| Octal | 232 | 140 | 201 | 0 | 46 | 20 | 50 | 506 | 27 | 61 |
| Binary | 10011010 | 1100000 | 10000001 | 0 | 100110 | 10000 | 101000 | 101000110 | 10111 | 110001 |
Color Harmonies of #9A6081
Complementary color
Monochromatic Colors of #9A6081
Black with #9A6081
Text Example
Text Example
White with #9A6081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6081; }
p { color: rgb(154,96,129); }
H1.HeaderClassName
{
color: #9A6081;
}
.AnyTagClassName
{
color: #9A6081;
}
</style>
background-color css
<style>
a { background-color: #9A6081; }
a { background-color: rgb(154,96,129); }
div.DivClassName
{
background-color: #9A6081;
}
.BgClassName
{
background-color: #9A6081;
}
</style>
border-color css
<style>
span { border-color: #9A6081; }
span { border-color: rgb(154,96,129); }
td.TdClassName
{
border-color: #9A6081;
}
.TagClassName
{
border-color: #9A6081;
}
</style>