Shades of Vivid Violet #8B499A
Tints of Vivid Violet #8B499A
RGB
CMYK
RGB Variations
Color information
#8B499A (or 0x8B499A) is known color: Vivid Violet. HEX triplet: 8B, 49 and 9A. RGB value is (139,73,154). Sum of RGB (Red+Green+Blue) = 139+73+154=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B499A is #74B665. Grayscale: #656565. Windows color (decimal): -7648870 or 10111371. OLE color: 10111371.
HSL color Cylindrical-coordinate representation of color #8B499A: hue angle of 288.89º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B499A is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 73 | 154 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.40 |
| HSL | 288.89º | 0.36% | 0.45% | - |
| HSV(B) | 288.89º | 0.53% | 0.6% | - |
| XYZ | 18.86 | 12.59 | 32.01 | - |
| YUV | 101.97 | 157.37 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 73 | 154 | 0.10 | 0.53 | 0 | 0.40 | 288.89 | 0.36 | 0.45 |
| Hex | 8B | 49 | 9A | A | 35 | 0 | 28 | 121 | 24 | 2D |
| Octal | 213 | 111 | 232 | 12 | 65 | 0 | 50 | 441 | 44 | 55 |
| Binary | 10001011 | 1001001 | 10011010 | 1010 | 110101 | 0 | 101000 | 100100001 | 100100 | 101101 |
Color Harmonies of #8B499A
Complementary color
Monochromatic Colors of #8B499A
Black with #8B499A
Text Example
Text Example
White with #8B499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B499A; }
p { color: rgb(139,73,154); }
H1.HeaderClassName
{
color: #8B499A;
}
.AnyTagClassName
{
color: #8B499A;
}
</style>
background-color css
<style>
a { background-color: #8B499A; }
a { background-color: rgb(139,73,154); }
div.DivClassName
{
background-color: #8B499A;
}
.BgClassName
{
background-color: #8B499A;
}
</style>
border-color css
<style>
span { border-color: #8B499A; }
span { border-color: rgb(139,73,154); }
td.TdClassName
{
border-color: #8B499A;
}
.TagClassName
{
border-color: #8B499A;
}
</style>