Shades of Strikemaster #8A6075
Tints of Strikemaster #8A6075
RGB
CMYK
RGB Variations
Color information
#8A6075 (or 0x8A6075) is known color: Strikemaster. HEX triplet: 8A, 60 and 75. RGB value is (138,96,117). Sum of RGB (Red+Green+Blue) = 138+96+117=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6075 is #759F8A. Grayscale: #6E6E6E. Windows color (decimal): -7708555 or 7692426. OLE color: 7692426.
HSL color Cylindrical-coordinate representation of color #8A6075: hue angle of 330º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A6075 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 96 | 117 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.46 |
| HSL | 330º | 0.18% | 0.46% | - |
| HSV(B) | 330º | 0.3% | 0.54% | - |
| XYZ | 17.87 | 15.05 | 18.79 | - |
| YUV | 110.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 117 | 0 | 0.30 | 0.15 | 0.46 | 330 | 0.18 | 0.46 |
| Hex | 8A | 60 | 75 | 0 | 1E | F | 2E | 14A | 12 | 2E |
| Octal | 212 | 140 | 165 | 0 | 36 | 17 | 56 | 512 | 22 | 56 |
| Binary | 10001010 | 1100000 | 1110101 | 0 | 11110 | 1111 | 101110 | 101001010 | 10010 | 101110 |
Color Harmonies of #8A6075
Complementary color
Monochromatic Colors of #8A6075
Black with #8A6075
Text Example
Text Example
White with #8A6075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6075; }
p { color: rgb(138,96,117); }
H1.HeaderClassName
{
color: #8A6075;
}
.AnyTagClassName
{
color: #8A6075;
}
</style>
background-color css
<style>
a { background-color: #8A6075; }
a { background-color: rgb(138,96,117); }
div.DivClassName
{
background-color: #8A6075;
}
.BgClassName
{
background-color: #8A6075;
}
</style>
border-color css
<style>
span { border-color: #8A6075; }
span { border-color: rgb(138,96,117); }
td.TdClassName
{
border-color: #8A6075;
}
.TagClassName
{
border-color: #8A6075;
}
</style>