Shades of Vivid Violet #8B5198
Tints of Vivid Violet #8B5198
RGB
CMYK
RGB Variations
Color information
#8B5198 (or 0x8B5198) is known color: Vivid Violet. HEX triplet: 8B, 51 and 98. RGB value is (139,81,152). Sum of RGB (Red+Green+Blue) = 139+81+152=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #8B5198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5198 is #74AE67. Grayscale: #6A6A6A. Windows color (decimal): -7646824 or 9982347. OLE color: 9982347.
HSL color Cylindrical-coordinate representation of color #8B5198: hue angle of 289.01º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B5198 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 81 | 152 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.40 |
| HSL | 289.01º | 0.3% | 0.46% | - |
| HSV(B) | 289.01º | 0.47% | 0.6% | - |
| XYZ | 19.26 | 13.64 | 31.32 | - |
| YUV | 106.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 81 | 152 | 0.09 | 0.47 | 0 | 0.40 | 289.01 | 0.3 | 0.46 |
| Hex | 8B | 51 | 98 | 9 | 2F | 0 | 28 | 121 | 1E | 2E |
| Octal | 213 | 121 | 230 | 11 | 57 | 0 | 50 | 441 | 36 | 56 |
| Binary | 10001011 | 1010001 | 10011000 | 1001 | 101111 | 0 | 101000 | 100100001 | 11110 | 101110 |
Color Harmonies of #8B5198
Complementary color
Monochromatic Colors of #8B5198
Black with #8B5198
Text Example
Text Example
White with #8B5198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5198; }
p { color: rgb(139,81,152); }
H1.HeaderClassName
{
color: #8B5198;
}
.AnyTagClassName
{
color: #8B5198;
}
</style>
background-color css
<style>
a { background-color: #8B5198; }
a { background-color: rgb(139,81,152); }
div.DivClassName
{
background-color: #8B5198;
}
.BgClassName
{
background-color: #8B5198;
}
</style>
border-color css
<style>
span { border-color: #8B5198; }
span { border-color: rgb(139,81,152); }
td.TdClassName
{
border-color: #8B5198;
}
.TagClassName
{
border-color: #8B5198;
}
</style>