Shades of Strikemaster #8A657B
Tints of Strikemaster #8A657B
RGB
CMYK
RGB Variations
Color information
#8A657B (or 0x8A657B) is known color: Strikemaster. HEX triplet: 8A, 65 and 7B. RGB value is (138,101,123). Sum of RGB (Red+Green+Blue) = 138+101+123=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 138 - color contains mainly: red. Hex color #8A657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A657B is #759A84. Grayscale: #727272. Windows color (decimal): -7707269 or 8086922. OLE color: 8086922.
HSL color Cylindrical-coordinate representation of color #8A657B: hue angle of 324.32º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A657B is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 101 | 123 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.46 |
| HSL | 324.32º | 0.15% | 0.47% | - |
| HSV(B) | 324.32º | 0.27% | 0.54% | - |
| XYZ | 18.71 | 16.14 | 20.87 | - |
| YUV | 114.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 101 | 123 | 0 | 0.27 | 0.11 | 0.46 | 324.32 | 0.15 | 0.47 |
| Hex | 8A | 65 | 7B | 0 | 1B | B | 2E | 144 | F | 2F |
| Octal | 212 | 145 | 173 | 0 | 33 | 13 | 56 | 504 | 17 | 57 |
| Binary | 10001010 | 1100101 | 1111011 | 0 | 11011 | 1011 | 101110 | 101000100 | 1111 | 101111 |
Color Harmonies of #8A657B
Complementary color
Monochromatic Colors of #8A657B
Black with #8A657B
Text Example
Text Example
White with #8A657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A657B; }
p { color: rgb(138,101,123); }
H1.HeaderClassName
{
color: #8A657B;
}
.AnyTagClassName
{
color: #8A657B;
}
</style>
background-color css
<style>
a { background-color: #8A657B; }
a { background-color: rgb(138,101,123); }
div.DivClassName
{
background-color: #8A657B;
}
.BgClassName
{
background-color: #8A657B;
}
</style>
border-color css
<style>
span { border-color: #8A657B; }
span { border-color: rgb(138,101,123); }
td.TdClassName
{
border-color: #8A657B;
}
.TagClassName
{
border-color: #8A657B;
}
</style>