Shades of Strikemaster #8A637B
Tints of Strikemaster #8A637B
RGB
CMYK
RGB Variations
Color information
#8A637B (or 0x8A637B) is known color: Strikemaster. HEX triplet: 8A, 63 and 7B. RGB value is (138,99,123). Sum of RGB (Red+Green+Blue) = 138+99+123=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 138 - color contains mainly: red. Hex color #8A637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A637B is #759C84. Grayscale: #717171. Windows color (decimal): -7707781 or 8086410. OLE color: 8086410.
HSL color Cylindrical-coordinate representation of color #8A637B: hue angle of 323.08º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A637B is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 99 | 123 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.46 |
| HSL | 323.08º | 0.16% | 0.46% | - |
| HSV(B) | 323.08º | 0.28% | 0.54% | - |
| XYZ | 18.52 | 15.76 | 20.8 | - |
| YUV | 113.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 123 | 0 | 0.28 | 0.11 | 0.46 | 323.08 | 0.16 | 0.46 |
| Hex | 8A | 63 | 7B | 0 | 1C | B | 2E | 143 | 10 | 2E |
| Octal | 212 | 143 | 173 | 0 | 34 | 13 | 56 | 503 | 20 | 56 |
| Binary | 10001010 | 1100011 | 1111011 | 0 | 11100 | 1011 | 101110 | 101000011 | 10000 | 101110 |
Color Harmonies of #8A637B
Complementary color
Monochromatic Colors of #8A637B
Black with #8A637B
Text Example
Text Example
White with #8A637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A637B; }
p { color: rgb(138,99,123); }
H1.HeaderClassName
{
color: #8A637B;
}
.AnyTagClassName
{
color: #8A637B;
}
</style>
background-color css
<style>
a { background-color: #8A637B; }
a { background-color: rgb(138,99,123); }
div.DivClassName
{
background-color: #8A637B;
}
.BgClassName
{
background-color: #8A637B;
}
</style>
border-color css
<style>
span { border-color: #8A637B; }
span { border-color: rgb(138,99,123); }
td.TdClassName
{
border-color: #8A637B;
}
.TagClassName
{
border-color: #8A637B;
}
</style>