Shades of Strikemaster #9A5082
Tints of Strikemaster #9A5082
RGB
CMYK
RGB Variations
Color information
#9A5082 (or 0x9A5082) is known color: Strikemaster. HEX triplet: 9A, 50 and 82. RGB value is (154,80,130). Sum of RGB (Red+Green+Blue) = 154+80+130=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5082 is #65AF7D. Grayscale: #6B6B6B. Windows color (decimal): -6664062 or 8540314. OLE color: 8540314.
HSL color Cylindrical-coordinate representation of color #9A5082: hue angle of 319.46º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A5082 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 80 | 130 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.40 |
| HSL | 319.46º | 0.32% | 0.46% | - |
| HSV(B) | 319.46º | 0.48% | 0.6% | - |
| XYZ | 20.22 | 14.22 | 22.8 | - |
| YUV | 107.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 130 | 0 | 0.48 | 0.16 | 0.40 | 319.46 | 0.32 | 0.46 |
| Hex | 9A | 50 | 82 | 0 | 30 | 10 | 28 | 13F | 20 | 2E |
| Octal | 232 | 120 | 202 | 0 | 60 | 20 | 50 | 477 | 40 | 56 |
| Binary | 10011010 | 1010000 | 10000010 | 0 | 110000 | 10000 | 101000 | 100111111 | 100000 | 101110 |
Color Harmonies of #9A5082
Complementary color
Monochromatic Colors of #9A5082
Black with #9A5082
Text Example
Text Example
White with #9A5082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5082; }
p { color: rgb(154,80,130); }
H1.HeaderClassName
{
color: #9A5082;
}
.AnyTagClassName
{
color: #9A5082;
}
</style>
background-color css
<style>
a { background-color: #9A5082; }
a { background-color: rgb(154,80,130); }
div.DivClassName
{
background-color: #9A5082;
}
.BgClassName
{
background-color: #9A5082;
}
</style>
border-color css
<style>
span { border-color: #9A5082; }
span { border-color: rgb(154,80,130); }
td.TdClassName
{
border-color: #9A5082;
}
.TagClassName
{
border-color: #9A5082;
}
</style>