Shades of Strikemaster #8A5A79
Tints of Strikemaster #8A5A79
RGB
CMYK
RGB Variations
Color information
#8A5A79 (or 0x8A5A79) is known color: Strikemaster. HEX triplet: 8A, 5A and 79. RGB value is (138,90,121). Sum of RGB (Red+Green+Blue) = 138+90+121=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5A79 is #75A586. Grayscale: #6B6B6B. Windows color (decimal): -7710087 or 7953034. OLE color: 7953034.
HSL color Cylindrical-coordinate representation of color #8A5A79: hue angle of 321.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A5A79 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 90 | 121 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.46 |
| HSL | 321.25º | 0.21% | 0.45% | - |
| HSV(B) | 321.25º | 0.35% | 0.54% | - |
| XYZ | 17.59 | 14.1 | 19.88 | - |
| YUV | 107.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 90 | 121 | 0 | 0.35 | 0.12 | 0.46 | 321.25 | 0.21 | 0.45 |
| Hex | 8A | 5A | 79 | 0 | 23 | C | 2E | 141 | 15 | 2D |
| Octal | 212 | 132 | 171 | 0 | 43 | 14 | 56 | 501 | 25 | 55 |
| Binary | 10001010 | 1011010 | 1111001 | 0 | 100011 | 1100 | 101110 | 101000001 | 10101 | 101101 |
Color Harmonies of #8A5A79
Complementary color
Monochromatic Colors of #8A5A79
Black with #8A5A79
Text Example
Text Example
White with #8A5A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5A79; }
p { color: rgb(138,90,121); }
H1.HeaderClassName
{
color: #8A5A79;
}
.AnyTagClassName
{
color: #8A5A79;
}
</style>
background-color css
<style>
a { background-color: #8A5A79; }
a { background-color: rgb(138,90,121); }
div.DivClassName
{
background-color: #8A5A79;
}
.BgClassName
{
background-color: #8A5A79;
}
</style>
border-color css
<style>
span { border-color: #8A5A79; }
span { border-color: rgb(138,90,121); }
td.TdClassName
{
border-color: #8A5A79;
}
.TagClassName
{
border-color: #8A5A79;
}
</style>