Shades of Strikemaster #8B637D
Tints of Strikemaster #8B637D
RGB
CMYK
RGB Variations
Color information
#8B637D (or 0x8B637D) is known color: Strikemaster. HEX triplet: 8B, 63 and 7D. RGB value is (139,99,125). Sum of RGB (Red+Green+Blue) = 139+99+125=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 139 - color contains mainly: red. Hex color #8B637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B637D is #749C82. Grayscale: #717171. Windows color (decimal): -7642243 or 8217483. OLE color: 8217483.
HSL color Cylindrical-coordinate representation of color #8B637D: hue angle of 321º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B637D is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 99 | 125 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.45 |
| HSL | 321º | 0.17% | 0.47% | - |
| HSV(B) | 321º | 0.29% | 0.55% | - |
| XYZ | 18.81 | 15.89 | 21.48 | - |
| YUV | 113.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 99 | 125 | 0 | 0.29 | 0.10 | 0.45 | 321 | 0.17 | 0.47 |
| Hex | 8B | 63 | 7D | 0 | 1D | A | 2D | 141 | 11 | 2F |
| Octal | 213 | 143 | 175 | 0 | 35 | 12 | 55 | 501 | 21 | 57 |
| Binary | 10001011 | 1100011 | 1111101 | 0 | 11101 | 1010 | 101101 | 101000001 | 10001 | 101111 |
Color Harmonies of #8B637D
Complementary color
Monochromatic Colors of #8B637D
Black with #8B637D
Text Example
Text Example
White with #8B637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B637D; }
p { color: rgb(139,99,125); }
H1.HeaderClassName
{
color: #8B637D;
}
.AnyTagClassName
{
color: #8B637D;
}
</style>
background-color css
<style>
a { background-color: #8B637D; }
a { background-color: rgb(139,99,125); }
div.DivClassName
{
background-color: #8B637D;
}
.BgClassName
{
background-color: #8B637D;
}
</style>
border-color css
<style>
span { border-color: #8B637D; }
span { border-color: rgb(139,99,125); }
td.TdClassName
{
border-color: #8B637D;
}
.TagClassName
{
border-color: #8B637D;
}
</style>