Shades of Strikemaster #8A5C76
Tints of Strikemaster #8A5C76
RGB
CMYK
RGB Variations
Color information
#8A5C76 (or 0x8A5C76) is known color: Strikemaster. HEX triplet: 8A, 5C and 76. RGB value is (138,92,118). Sum of RGB (Red+Green+Blue) = 138+92+118=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5C76 is #75A389. Grayscale: #6C6C6C. Windows color (decimal): -7709578 or 7756938. OLE color: 7756938.
HSL color Cylindrical-coordinate representation of color #8A5C76: hue angle of 326.09º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A5C76 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 92 | 118 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.46 |
| HSL | 326.09º | 0.2% | 0.45% | - |
| HSV(B) | 326.09º | 0.33% | 0.54% | - |
| XYZ | 17.58 | 14.37 | 18.99 | - |
| YUV | 108.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 92 | 118 | 0 | 0.33 | 0.14 | 0.46 | 326.09 | 0.2 | 0.45 |
| Hex | 8A | 5C | 76 | 0 | 21 | E | 2E | 146 | 14 | 2D |
| Octal | 212 | 134 | 166 | 0 | 41 | 16 | 56 | 506 | 24 | 55 |
| Binary | 10001010 | 1011100 | 1110110 | 0 | 100001 | 1110 | 101110 | 101000110 | 10100 | 101101 |
Color Harmonies of #8A5C76
Complementary color
Monochromatic Colors of #8A5C76
Black with #8A5C76
Text Example
Text Example
White with #8A5C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5C76; }
p { color: rgb(138,92,118); }
H1.HeaderClassName
{
color: #8A5C76;
}
.AnyTagClassName
{
color: #8A5C76;
}
</style>
background-color css
<style>
a { background-color: #8A5C76; }
a { background-color: rgb(138,92,118); }
div.DivClassName
{
background-color: #8A5C76;
}
.BgClassName
{
background-color: #8A5C76;
}
</style>
border-color css
<style>
span { border-color: #8A5C76; }
span { border-color: rgb(138,92,118); }
td.TdClassName
{
border-color: #8A5C76;
}
.TagClassName
{
border-color: #8A5C76;
}
</style>