Shades of Strikemaster #8A5F7B
Tints of Strikemaster #8A5F7B
RGB
CMYK
RGB Variations
Color information
#8A5F7B (or 0x8A5F7B) is known color: Strikemaster. HEX triplet: 8A, 5F and 7B. RGB value is (138,95,123). Sum of RGB (Red+Green+Blue) = 138+95+123=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5F7B is #75A084. Grayscale: #6E6E6E. Windows color (decimal): -7708805 or 8085386. OLE color: 8085386.
HSL color Cylindrical-coordinate representation of color #8A5F7B: hue angle of 320.93º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A5F7B is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 95 | 123 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.46 |
| HSL | 320.93º | 0.18% | 0.46% | - |
| HSV(B) | 320.93º | 0.31% | 0.54% | - |
| XYZ | 18.15 | 15.02 | 20.68 | - |
| YUV | 111.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 95 | 123 | 0 | 0.31 | 0.11 | 0.46 | 320.93 | 0.18 | 0.46 |
| Hex | 8A | 5F | 7B | 0 | 1F | B | 2E | 141 | 12 | 2E |
| Octal | 212 | 137 | 173 | 0 | 37 | 13 | 56 | 501 | 22 | 56 |
| Binary | 10001010 | 1011111 | 1111011 | 0 | 11111 | 1011 | 101110 | 101000001 | 10010 | 101110 |
Color Harmonies of #8A5F7B
Complementary color
Monochromatic Colors of #8A5F7B
Black with #8A5F7B
Text Example
Text Example
White with #8A5F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5F7B; }
p { color: rgb(138,95,123); }
H1.HeaderClassName
{
color: #8A5F7B;
}
.AnyTagClassName
{
color: #8A5F7B;
}
</style>
background-color css
<style>
a { background-color: #8A5F7B; }
a { background-color: rgb(138,95,123); }
div.DivClassName
{
background-color: #8A5F7B;
}
.BgClassName
{
background-color: #8A5F7B;
}
</style>
border-color css
<style>
span { border-color: #8A5F7B; }
span { border-color: rgb(138,95,123); }
td.TdClassName
{
border-color: #8A5F7B;
}
.TagClassName
{
border-color: #8A5F7B;
}
</style>