Shades of Vivid Violet #8B2CA1
Tints of Vivid Violet #8B2CA1
RGB
CMYK
RGB Variations
Color information
#8B2CA1 (or 0x8B2CA1) is known color: Vivid Violet. HEX triplet: 8B, 2C and A1. RGB value is (139,44,161). Sum of RGB (Red+Green+Blue) = 139+44+161=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 161 (63.28% from 255 or 46.80% from 344); Max value from RGB is 161 - color contains mainly: blue. Hex color #8B2CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2CA1 is #74D35E. Grayscale: #555555. Windows color (decimal): -7656287 or 10562699. OLE color: 10562699.
HSL color Cylindrical-coordinate representation of color #8B2CA1: hue angle of 288.72º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B2CA1 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 44 | 161 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.37 |
| HSL | 288.72º | 0.57% | 0.4% | - |
| HSV(B) | 288.72º | 0.73% | 0.63% | - |
| XYZ | 17.98 | 9.86 | 34.67 | - |
| YUV | 85.74 | 170.47 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 44 | 161 | 0.14 | 0.73 | 0 | 0.37 | 288.72 | 0.57 | 0.4 |
| Hex | 8B | 2C | A1 | E | 49 | 0 | 25 | 121 | 39 | 28 |
| Octal | 213 | 54 | 241 | 16 | 111 | 0 | 45 | 441 | 71 | 50 |
| Binary | 10001011 | 101100 | 10100001 | 1110 | 1001001 | 0 | 100101 | 100100001 | 111001 | 101000 |
Color Harmonies of #8B2CA1
Complementary color
Monochromatic Colors of #8B2CA1
Black with #8B2CA1
Text Example
Text Example
White with #8B2CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2CA1; }
p { color: rgb(139,44,161); }
H1.HeaderClassName
{
color: #8B2CA1;
}
.AnyTagClassName
{
color: #8B2CA1;
}
</style>
background-color css
<style>
a { background-color: #8B2CA1; }
a { background-color: rgb(139,44,161); }
div.DivClassName
{
background-color: #8B2CA1;
}
.BgClassName
{
background-color: #8B2CA1;
}
</style>
border-color css
<style>
span { border-color: #8B2CA1; }
span { border-color: rgb(139,44,161); }
td.TdClassName
{
border-color: #8B2CA1;
}
.TagClassName
{
border-color: #8B2CA1;
}
</style>