Shades of Strikemaster #8A6B7B
Tints of Strikemaster #8A6B7B
RGB
CMYK
RGB Variations
Color information
#8A6B7B (or 0x8A6B7B) is known color: Strikemaster. HEX triplet: 8A, 6B and 7B. RGB value is (138,107,123). Sum of RGB (Red+Green+Blue) = 138+107+123=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6B7B is #759484. Grayscale: #767676. Windows color (decimal): -7705733 or 8088458. OLE color: 8088458.
HSL color Cylindrical-coordinate representation of color #8A6B7B: hue angle of 329.03º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A6B7B is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 107 | 123 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.46 |
| HSL | 329.03º | 0.13% | 0.48% | - |
| HSV(B) | 329.03º | 0.22% | 0.54% | - |
| XYZ | 19.31 | 17.35 | 21.07 | - |
| YUV | 118.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 123 | 0 | 0.22 | 0.11 | 0.46 | 329.03 | 0.13 | 0.48 |
| Hex | 8A | 6B | 7B | 0 | 16 | B | 2E | 149 | D | 30 |
| Octal | 212 | 153 | 173 | 0 | 26 | 13 | 56 | 511 | 15 | 60 |
| Binary | 10001010 | 1101011 | 1111011 | 0 | 10110 | 1011 | 101110 | 101001001 | 1101 | 110000 |
Color Harmonies of #8A6B7B
Complementary color
Monochromatic Colors of #8A6B7B
Black with #8A6B7B
Text Example
Text Example
White with #8A6B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6B7B; }
p { color: rgb(138,107,123); }
H1.HeaderClassName
{
color: #8A6B7B;
}
.AnyTagClassName
{
color: #8A6B7B;
}
</style>
background-color css
<style>
a { background-color: #8A6B7B; }
a { background-color: rgb(138,107,123); }
div.DivClassName
{
background-color: #8A6B7B;
}
.BgClassName
{
background-color: #8A6B7B;
}
</style>
border-color css
<style>
span { border-color: #8A6B7B; }
span { border-color: rgb(138,107,123); }
td.TdClassName
{
border-color: #8A6B7B;
}
.TagClassName
{
border-color: #8A6B7B;
}
</style>