Shades of Strikemaster #9A5382
Tints of Strikemaster #9A5382
RGB
CMYK
RGB Variations
Color information
#9A5382 (or 0x9A5382) is known color: Strikemaster. HEX triplet: 9A, 53 and 82. RGB value is (154,83,130). Sum of RGB (Red+Green+Blue) = 154+83+130=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5382 is #65AC7D. Grayscale: #6D6D6D. Windows color (decimal): -6663294 or 8541082. OLE color: 8541082.
HSL color Cylindrical-coordinate representation of color #9A5382: hue angle of 320.28º 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 #9A5382 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 83 | 130 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.40 |
| HSL | 320.28º | 0.3% | 0.46% | - |
| HSV(B) | 320.28º | 0.46% | 0.6% | - |
| XYZ | 20.45 | 14.67 | 22.87 | - |
| YUV | 109.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 83 | 130 | 0 | 0.46 | 0.16 | 0.40 | 320.28 | 0.3 | 0.46 |
| Hex | 9A | 53 | 82 | 0 | 2E | 10 | 28 | 140 | 1E | 2E |
| Octal | 232 | 123 | 202 | 0 | 56 | 20 | 50 | 500 | 36 | 56 |
| Binary | 10011010 | 1010011 | 10000010 | 0 | 101110 | 10000 | 101000 | 101000000 | 11110 | 101110 |
Color Harmonies of #9A5382
Complementary color
Monochromatic Colors of #9A5382
Black with #9A5382
Text Example
Text Example
White with #9A5382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5382; }
p { color: rgb(154,83,130); }
H1.HeaderClassName
{
color: #9A5382;
}
.AnyTagClassName
{
color: #9A5382;
}
</style>
background-color css
<style>
a { background-color: #9A5382; }
a { background-color: rgb(154,83,130); }
div.DivClassName
{
background-color: #9A5382;
}
.BgClassName
{
background-color: #9A5382;
}
</style>
border-color css
<style>
span { border-color: #9A5382; }
span { border-color: rgb(154,83,130); }
td.TdClassName
{
border-color: #9A5382;
}
.TagClassName
{
border-color: #9A5382;
}
</style>