Shades of Strikemaster #8B5B7D
Tints of Strikemaster #8B5B7D
RGB
CMYK
RGB Variations
Color information
#8B5B7D (or 0x8B5B7D) is known color: Strikemaster. HEX triplet: 8B, 5B and 7D. RGB value is (139,91,125). Sum of RGB (Red+Green+Blue) = 139+91+125=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5B7D is #74A482. Grayscale: #6D6D6D. Windows color (decimal): -7644291 or 8215435. OLE color: 8215435.
HSL color Cylindrical-coordinate representation of color #8B5B7D: hue angle of 317.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B5B7D is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 91 | 125 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.45 |
| HSL | 317.5º | 0.21% | 0.45% | - |
| HSV(B) | 317.5º | 0.35% | 0.55% | - |
| XYZ | 18.09 | 14.45 | 21.24 | - |
| YUV | 109.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 125 | 0 | 0.35 | 0.10 | 0.45 | 317.5 | 0.21 | 0.45 |
| Hex | 8B | 5B | 7D | 0 | 23 | A | 2D | 13E | 15 | 2D |
| Octal | 213 | 133 | 175 | 0 | 43 | 12 | 55 | 476 | 25 | 55 |
| Binary | 10001011 | 1011011 | 1111101 | 0 | 100011 | 1010 | 101101 | 100111110 | 10101 | 101101 |
Color Harmonies of #8B5B7D
Complementary color
Monochromatic Colors of #8B5B7D
Black with #8B5B7D
Text Example
Text Example
White with #8B5B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5B7D; }
p { color: rgb(139,91,125); }
H1.HeaderClassName
{
color: #8B5B7D;
}
.AnyTagClassName
{
color: #8B5B7D;
}
</style>
background-color css
<style>
a { background-color: #8B5B7D; }
a { background-color: rgb(139,91,125); }
div.DivClassName
{
background-color: #8B5B7D;
}
.BgClassName
{
background-color: #8B5B7D;
}
</style>
border-color css
<style>
span { border-color: #8B5B7D; }
span { border-color: rgb(139,91,125); }
td.TdClassName
{
border-color: #8B5B7D;
}
.TagClassName
{
border-color: #8B5B7D;
}
</style>