Shades of Vivid Violet #8B31A9
Tints of Vivid Violet #8B31A9
RGB
CMYK
RGB Variations
Color information
#8B31A9 (or 0x8B31A9) is known color: Vivid Violet. HEX triplet: 8B, 31 and A9. RGB value is (139,49,169). Sum of RGB (Red+Green+Blue) = 139+49+169=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 169 (66.41% from 255 or 47.34% from 357); Max value from RGB is 169 - color contains mainly: blue. Hex color #8B31A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B31A9 is #74CE56. Grayscale: #595959. Windows color (decimal): -7654999 or 11088267. OLE color: 11088267.
HSL color Cylindrical-coordinate representation of color #8B31A9: hue angle of 285º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B31A9 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 49 | 169 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.34 |
| HSL | 285º | 0.55% | 0.43% | - |
| HSV(B) | 285º | 0.71% | 0.66% | - |
| XYZ | 18.91 | 10.55 | 38.58 | - |
| YUV | 89.59 | 172.82 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 49 | 169 | 0.18 | 0.71 | 0 | 0.34 | 285 | 0.55 | 0.43 |
| Hex | 8B | 31 | A9 | 12 | 47 | 0 | 22 | 11D | 37 | 2B |
| Octal | 213 | 61 | 251 | 22 | 107 | 0 | 42 | 435 | 67 | 53 |
| Binary | 10001011 | 110001 | 10101001 | 10010 | 1000111 | 0 | 100010 | 100011101 | 110111 | 101011 |
Color Harmonies of #8B31A9
Complementary color
Monochromatic Colors of #8B31A9
Black with #8B31A9
Text Example
Text Example
White with #8B31A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B31A9; }
p { color: rgb(139,49,169); }
H1.HeaderClassName
{
color: #8B31A9;
}
.AnyTagClassName
{
color: #8B31A9;
}
</style>
background-color css
<style>
a { background-color: #8B31A9; }
a { background-color: rgb(139,49,169); }
div.DivClassName
{
background-color: #8B31A9;
}
.BgClassName
{
background-color: #8B31A9;
}
</style>
border-color css
<style>
span { border-color: #8B31A9; }
span { border-color: rgb(139,49,169); }
td.TdClassName
{
border-color: #8B31A9;
}
.TagClassName
{
border-color: #8B31A9;
}
</style>