Shades of Strikemaster #8B627E
Tints of Strikemaster #8B627E
RGB
CMYK
RGB Variations
Color information
#8B627E (or 0x8B627E) is known color: Strikemaster. HEX triplet: 8B, 62 and 7E. RGB value is (139,98,126). Sum of RGB (Red+Green+Blue) = 139+98+126=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 139 - color contains mainly: red. Hex color #8B627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B627E is #749D81. Grayscale: #717171. Windows color (decimal): -7642498 or 8282763. OLE color: 8282763.
HSL color Cylindrical-coordinate representation of color #8B627E: hue angle of 319.02º 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 #8B627E is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 98 | 126 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.45 |
| HSL | 319.02º | 0.17% | 0.46% | - |
| HSV(B) | 319.02º | 0.29% | 0.55% | - |
| XYZ | 18.78 | 15.73 | 21.79 | - |
| YUV | 113.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 98 | 126 | 0 | 0.29 | 0.09 | 0.45 | 319.02 | 0.17 | 0.46 |
| Hex | 8B | 62 | 7E | 0 | 1D | 9 | 2D | 13F | 11 | 2E |
| Octal | 213 | 142 | 176 | 0 | 35 | 11 | 55 | 477 | 21 | 56 |
| Binary | 10001011 | 1100010 | 1111110 | 0 | 11101 | 1001 | 101101 | 100111111 | 10001 | 101110 |
Color Harmonies of #8B627E
Complementary color
Monochromatic Colors of #8B627E
Black with #8B627E
Text Example
Text Example
White with #8B627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B627E; }
p { color: rgb(139,98,126); }
H1.HeaderClassName
{
color: #8B627E;
}
.AnyTagClassName
{
color: #8B627E;
}
</style>
background-color css
<style>
a { background-color: #8B627E; }
a { background-color: rgb(139,98,126); }
div.DivClassName
{
background-color: #8B627E;
}
.BgClassName
{
background-color: #8B627E;
}
</style>
border-color css
<style>
span { border-color: #8B627E; }
span { border-color: rgb(139,98,126); }
td.TdClassName
{
border-color: #8B627E;
}
.TagClassName
{
border-color: #8B627E;
}
</style>