Shades of Violet Blue #8B5997
Tints of Violet Blue #8B5997
RGB
CMYK
RGB Variations
Color information
#8B5997 (or 0x8B5997) is known color: Violet Blue. HEX triplet: 8B, 59 and 97. RGB value is (139,89,151). Sum of RGB (Red+Green+Blue) = 139+89+151=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 151 - color contains mainly: blue. Hex color #8B5997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5997 is #74A668. Grayscale: #6E6E6E. Windows color (decimal): -7644777 or 9918859. OLE color: 9918859.
HSL color Cylindrical-coordinate representation of color #8B5997: hue angle of 288.39º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B5997 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 89 | 151 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.41 |
| HSL | 288.39º | 0.26% | 0.47% | - |
| HSV(B) | 288.39º | 0.41% | 0.59% | - |
| XYZ | 19.81 | 14.87 | 31.1 | - |
| YUV | 111.02 | 150.57 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 151 | 0.08 | 0.41 | 0 | 0.41 | 288.39 | 0.26 | 0.47 |
| Hex | 8B | 59 | 97 | 8 | 29 | 0 | 29 | 120 | 1A | 2F |
| Octal | 213 | 131 | 227 | 10 | 51 | 0 | 51 | 440 | 32 | 57 |
| Binary | 10001011 | 1011001 | 10010111 | 1000 | 101001 | 0 | 101001 | 100100000 | 11010 | 101111 |
Color Harmonies of #8B5997
Complementary color
Monochromatic Colors of #8B5997
Black with #8B5997
Text Example
Text Example
White with #8B5997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5997; }
p { color: rgb(139,89,151); }
H1.HeaderClassName
{
color: #8B5997;
}
.AnyTagClassName
{
color: #8B5997;
}
</style>
background-color css
<style>
a { background-color: #8B5997; }
a { background-color: rgb(139,89,151); }
div.DivClassName
{
background-color: #8B5997;
}
.BgClassName
{
background-color: #8B5997;
}
</style>
border-color css
<style>
span { border-color: #8B5997; }
span { border-color: rgb(139,89,151); }
td.TdClassName
{
border-color: #8B5997;
}
.TagClassName
{
border-color: #8B5997;
}
</style>