Shades of Strikemaster #8B627D
Tints of Strikemaster #8B627D
RGB
CMYK
RGB Variations
Color information
#8B627D (or 0x8B627D) is known color: Strikemaster. HEX triplet: 8B, 62 and 7D. RGB value is (139,98,125). Sum of RGB (Red+Green+Blue) = 139+98+125=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B627D is #749D82. Grayscale: #717171. Windows color (decimal): -7642499 or 8217227. OLE color: 8217227.
HSL color Cylindrical-coordinate representation of color #8B627D: hue angle of 320.49º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B627D is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 98 | 125 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.45 |
| HSL | 320.49º | 0.17% | 0.46% | - |
| HSV(B) | 320.49º | 0.29% | 0.55% | - |
| XYZ | 18.72 | 15.71 | 21.45 | - |
| YUV | 113.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 98 | 125 | 0 | 0.29 | 0.10 | 0.45 | 320.49 | 0.17 | 0.46 |
| Hex | 8B | 62 | 7D | 0 | 1D | A | 2D | 140 | 11 | 2E |
| Octal | 213 | 142 | 175 | 0 | 35 | 12 | 55 | 500 | 21 | 56 |
| Binary | 10001011 | 1100010 | 1111101 | 0 | 11101 | 1010 | 101101 | 101000000 | 10001 | 101110 |
Color Harmonies of #8B627D
Complementary color
Monochromatic Colors of #8B627D
Black with #8B627D
Text Example
Text Example
White with #8B627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B627D; }
p { color: rgb(139,98,125); }
H1.HeaderClassName
{
color: #8B627D;
}
.AnyTagClassName
{
color: #8B627D;
}
</style>
background-color css
<style>
a { background-color: #8B627D; }
a { background-color: rgb(139,98,125); }
div.DivClassName
{
background-color: #8B627D;
}
.BgClassName
{
background-color: #8B627D;
}
</style>
border-color css
<style>
span { border-color: #8B627D; }
span { border-color: rgb(139,98,125); }
td.TdClassName
{
border-color: #8B627D;
}
.TagClassName
{
border-color: #8B627D;
}
</style>