Shades of Strikemaster #8A5175
Tints of Strikemaster #8A5175
RGB
CMYK
RGB Variations
Color information
#8A5175 (or 0x8A5175) is known color: Strikemaster. HEX triplet: 8A, 51 and 75. RGB value is (138,81,117). Sum of RGB (Red+Green+Blue) = 138+81+117=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5175 is #75AE8A. Grayscale: #666666. Windows color (decimal): -7712395 or 7688586. OLE color: 7688586.
HSL color Cylindrical-coordinate representation of color #8A5175: hue angle of 322.11º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A5175 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 81 | 117 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.46 |
| HSL | 322.11º | 0.26% | 0.43% | - |
| HSV(B) | 322.11º | 0.41% | 0.54% | - |
| XYZ | 16.63 | 12.57 | 18.38 | - |
| YUV | 102.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 81 | 117 | 0 | 0.41 | 0.15 | 0.46 | 322.11 | 0.26 | 0.43 |
| Hex | 8A | 51 | 75 | 0 | 29 | F | 2E | 142 | 1A | 2B |
| Octal | 212 | 121 | 165 | 0 | 51 | 17 | 56 | 502 | 32 | 53 |
| Binary | 10001010 | 1010001 | 1110101 | 0 | 101001 | 1111 | 101110 | 101000010 | 11010 | 101011 |
Color Harmonies of #8A5175
Complementary color
Monochromatic Colors of #8A5175
Black with #8A5175
Text Example
Text Example
White with #8A5175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5175; }
p { color: rgb(138,81,117); }
H1.HeaderClassName
{
color: #8A5175;
}
.AnyTagClassName
{
color: #8A5175;
}
</style>
background-color css
<style>
a { background-color: #8A5175; }
a { background-color: rgb(138,81,117); }
div.DivClassName
{
background-color: #8A5175;
}
.BgClassName
{
background-color: #8A5175;
}
</style>
border-color css
<style>
span { border-color: #8A5175; }
span { border-color: rgb(138,81,117); }
td.TdClassName
{
border-color: #8A5175;
}
.TagClassName
{
border-color: #8A5175;
}
</style>