Shades of Strikemaster #8B627C
Tints of Strikemaster #8B627C
RGB
CMYK
RGB Variations
Color information
#8B627C (or 0x8B627C) is known color: Strikemaster. HEX triplet: 8B, 62 and 7C. RGB value is (139,98,124). Sum of RGB (Red+Green+Blue) = 139+98+124=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B627C is #749D83. Grayscale: #717171. Windows color (decimal): -7642500 or 8151691. OLE color: 8151691.
HSL color Cylindrical-coordinate representation of color #8B627C: hue angle of 321.95º 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 #8B627C is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 98 | 124 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.45 |
| HSL | 321.95º | 0.17% | 0.46% | - |
| HSV(B) | 321.95º | 0.29% | 0.55% | - |
| XYZ | 18.65 | 15.68 | 21.11 | - |
| YUV | 113.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 98 | 124 | 0 | 0.29 | 0.11 | 0.45 | 321.95 | 0.17 | 0.46 |
| Hex | 8B | 62 | 7C | 0 | 1D | B | 2D | 142 | 11 | 2E |
| Octal | 213 | 142 | 174 | 0 | 35 | 13 | 55 | 502 | 21 | 56 |
| Binary | 10001011 | 1100010 | 1111100 | 0 | 11101 | 1011 | 101101 | 101000010 | 10001 | 101110 |
Color Harmonies of #8B627C
Complementary color
Monochromatic Colors of #8B627C
Black with #8B627C
Text Example
Text Example
White with #8B627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B627C; }
p { color: rgb(139,98,124); }
H1.HeaderClassName
{
color: #8B627C;
}
.AnyTagClassName
{
color: #8B627C;
}
</style>
background-color css
<style>
a { background-color: #8B627C; }
a { background-color: rgb(139,98,124); }
div.DivClassName
{
background-color: #8B627C;
}
.BgClassName
{
background-color: #8B627C;
}
</style>
border-color css
<style>
span { border-color: #8B627C; }
span { border-color: rgb(139,98,124); }
td.TdClassName
{
border-color: #8B627C;
}
.TagClassName
{
border-color: #8B627C;
}
</style>