Shades of Vivid Violet #8B4699
Tints of Vivid Violet #8B4699
RGB
CMYK
RGB Variations
Color information
#8B4699 (or 0x8B4699) is known color: Vivid Violet. HEX triplet: 8B, 46 and 99. RGB value is (139,70,153). Sum of RGB (Red+Green+Blue) = 139+70+153=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B4699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4699 is #74B966. Grayscale: #636363. Windows color (decimal): -7649639 or 10045067. OLE color: 10045067.
HSL color Cylindrical-coordinate representation of color #8B4699: hue angle of 289.88º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B4699 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 70 | 153 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.4 |
| HSL | 289.88º | 0.37% | 0.44% | - |
| HSV(B) | 289.88º | 0.54% | 0.6% | - |
| XYZ | 18.59 | 12.17 | 31.51 | - |
| YUV | 100.09 | 157.86 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 153 | 0.09 | 0.54 | 0 | 0.4 | 289.88 | 0.37 | 0.44 |
| Hex | 8B | 46 | 99 | 9 | 36 | 0 | 28 | 122 | 25 | 2C |
| Octal | 213 | 106 | 231 | 11 | 66 | 0 | 50 | 442 | 45 | 54 |
| Binary | 10001011 | 1000110 | 10011001 | 1001 | 110110 | 0 | 101000 | 100100010 | 100101 | 101100 |
Color Harmonies of #8B4699
Complementary color
Monochromatic Colors of #8B4699
Black with #8B4699
Text Example
Text Example
White with #8B4699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4699; }
p { color: rgb(139,70,153); }
H1.HeaderClassName
{
color: #8B4699;
}
.AnyTagClassName
{
color: #8B4699;
}
</style>
background-color css
<style>
a { background-color: #8B4699; }
a { background-color: rgb(139,70,153); }
div.DivClassName
{
background-color: #8B4699;
}
.BgClassName
{
background-color: #8B4699;
}
</style>
border-color css
<style>
span { border-color: #8B4699; }
span { border-color: rgb(139,70,153); }
td.TdClassName
{
border-color: #8B4699;
}
.TagClassName
{
border-color: #8B4699;
}
</style>