Shades of Violet Blue #8B5297
Tints of Violet Blue #8B5297
RGB
CMYK
RGB Variations
Color information
#8B5297 (or 0x8B5297) is known color: Violet Blue. HEX triplet: 8B, 52 and 97. RGB value is (139,82,151). Sum of RGB (Red+Green+Blue) = 139+82+151=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 151 - color contains mainly: blue. Hex color #8B5297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5297 is #74AD68. Grayscale: #6A6A6A. Windows color (decimal): -7646569 or 9917067. OLE color: 9917067.
HSL color Cylindrical-coordinate representation of color #8B5297: hue angle of 289.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B5297 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 82 | 151 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.41 |
| HSL | 289.57º | 0.3% | 0.46% | - |
| HSV(B) | 289.57º | 0.46% | 0.59% | - |
| XYZ | 19.25 | 13.76 | 30.92 | - |
| YUV | 106.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 82 | 151 | 0.08 | 0.46 | 0 | 0.41 | 289.57 | 0.3 | 0.46 |
| Hex | 8B | 52 | 97 | 8 | 2E | 0 | 29 | 122 | 1E | 2E |
| Octal | 213 | 122 | 227 | 10 | 56 | 0 | 51 | 442 | 36 | 56 |
| Binary | 10001011 | 1010010 | 10010111 | 1000 | 101110 | 0 | 101001 | 100100010 | 11110 | 101110 |
Color Harmonies of #8B5297
Complementary color
Monochromatic Colors of #8B5297
Black with #8B5297
Text Example
Text Example
White with #8B5297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5297; }
p { color: rgb(139,82,151); }
H1.HeaderClassName
{
color: #8B5297;
}
.AnyTagClassName
{
color: #8B5297;
}
</style>
background-color css
<style>
a { background-color: #8B5297; }
a { background-color: rgb(139,82,151); }
div.DivClassName
{
background-color: #8B5297;
}
.BgClassName
{
background-color: #8B5297;
}
</style>
border-color css
<style>
span { border-color: #8B5297; }
span { border-color: rgb(139,82,151); }
td.TdClassName
{
border-color: #8B5297;
}
.TagClassName
{
border-color: #8B5297;
}
</style>