Shades of Vivid Violet #8B519C
Tints of Vivid Violet #8B519C
RGB
CMYK
RGB Variations
Color information
#8B519C (or 0x8B519C) is known color: Vivid Violet. HEX triplet: 8B, 51 and 9C. RGB value is (139,81,156). Sum of RGB (Red+Green+Blue) = 139+81+156=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B519C is #74AE63. Grayscale: #6A6A6A. Windows color (decimal): -7646820 or 10244491. OLE color: 10244491.
HSL color Cylindrical-coordinate representation of color #8B519C: hue angle of 286.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B519C is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 81 | 156 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.39 |
| HSL | 286.4º | 0.32% | 0.46% | - |
| HSV(B) | 286.4º | 0.48% | 0.61% | - |
| XYZ | 19.59 | 13.77 | 33.08 | - |
| YUV | 106.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 81 | 156 | 0.11 | 0.48 | 0 | 0.39 | 286.4 | 0.32 | 0.46 |
| Hex | 8B | 51 | 9C | B | 30 | 0 | 27 | 11E | 20 | 2E |
| Octal | 213 | 121 | 234 | 13 | 60 | 0 | 47 | 436 | 40 | 56 |
| Binary | 10001011 | 1010001 | 10011100 | 1011 | 110000 | 0 | 100111 | 100011110 | 100000 | 101110 |
Color Harmonies of #8B519C
Complementary color
Monochromatic Colors of #8B519C
Black with #8B519C
Text Example
Text Example
White with #8B519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B519C; }
p { color: rgb(139,81,156); }
H1.HeaderClassName
{
color: #8B519C;
}
.AnyTagClassName
{
color: #8B519C;
}
</style>
background-color css
<style>
a { background-color: #8B519C; }
a { background-color: rgb(139,81,156); }
div.DivClassName
{
background-color: #8B519C;
}
.BgClassName
{
background-color: #8B519C;
}
</style>
border-color css
<style>
span { border-color: #8B519C; }
span { border-color: rgb(139,81,156); }
td.TdClassName
{
border-color: #8B519C;
}
.TagClassName
{
border-color: #8B519C;
}
</style>