Shades of Strikemaster #8B5C7D
Tints of Strikemaster #8B5C7D
RGB
CMYK
RGB Variations
Color information
#8B5C7D (or 0x8B5C7D) is known color: Strikemaster. HEX triplet: 8B, 5C and 7D. RGB value is (139,92,125). Sum of RGB (Red+Green+Blue) = 139+92+125=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5C7D is #74A382. Grayscale: #6D6D6D. Windows color (decimal): -7644035 or 8215691. OLE color: 8215691.
HSL color Cylindrical-coordinate representation of color #8B5C7D: hue angle of 317.87º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B5C7D is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 92 | 125 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.45 |
| HSL | 317.87º | 0.2% | 0.45% | - |
| HSV(B) | 317.87º | 0.34% | 0.55% | - |
| XYZ | 18.18 | 14.62 | 21.27 | - |
| YUV | 109.82 | 136.57 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 92 | 125 | 0 | 0.34 | 0.10 | 0.45 | 317.87 | 0.2 | 0.45 |
| Hex | 8B | 5C | 7D | 0 | 22 | A | 2D | 13E | 14 | 2D |
| Octal | 213 | 134 | 175 | 0 | 42 | 12 | 55 | 476 | 24 | 55 |
| Binary | 10001011 | 1011100 | 1111101 | 0 | 100010 | 1010 | 101101 | 100111110 | 10100 | 101101 |
Color Harmonies of #8B5C7D
Complementary color
Monochromatic Colors of #8B5C7D
Black with #8B5C7D
Text Example
Text Example
White with #8B5C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5C7D; }
p { color: rgb(139,92,125); }
H1.HeaderClassName
{
color: #8B5C7D;
}
.AnyTagClassName
{
color: #8B5C7D;
}
</style>
background-color css
<style>
a { background-color: #8B5C7D; }
a { background-color: rgb(139,92,125); }
div.DivClassName
{
background-color: #8B5C7D;
}
.BgClassName
{
background-color: #8B5C7D;
}
</style>
border-color css
<style>
span { border-color: #8B5C7D; }
span { border-color: rgb(139,92,125); }
td.TdClassName
{
border-color: #8B5C7D;
}
.TagClassName
{
border-color: #8B5C7D;
}
</style>