Shades of Vivid Violet #8F34AB
Tints of Vivid Violet #8F34AB
RGB
CMYK
RGB Variations
Color information
#8F34AB (or 0x8F34AB) is known color: Vivid Violet. HEX triplet: 8F, 34 and AB. RGB value is (143,52,171). Sum of RGB (Red+Green+Blue) = 143+52+171=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F34AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F34AB is #70CB54. Grayscale: #5C5C5C. Windows color (decimal): -7392085 or 11220111. OLE color: 11220111.
HSL color Cylindrical-coordinate representation of color #8F34AB: hue angle of 285.88º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F34AB is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 52 | 171 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.33 |
| HSL | 285.88º | 0.53% | 0.44% | - |
| HSV(B) | 285.88º | 0.7% | 0.67% | - |
| XYZ | 19.91 | 11.24 | 39.65 | - |
| YUV | 92.78 | 172.15 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 52 | 171 | 0.16 | 0.70 | 0 | 0.33 | 285.88 | 0.53 | 0.44 |
| Hex | 8F | 34 | AB | 10 | 46 | 0 | 21 | 11E | 35 | 2C |
| Octal | 217 | 64 | 253 | 20 | 106 | 0 | 41 | 436 | 65 | 54 |
| Binary | 10001111 | 110100 | 10101011 | 10000 | 1000110 | 0 | 100001 | 100011110 | 110101 | 101100 |
Color Harmonies of #8F34AB
Complementary color
Monochromatic Colors of #8F34AB
Black with #8F34AB
Text Example
Text Example
White with #8F34AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F34AB; }
p { color: rgb(143,52,171); }
H1.HeaderClassName
{
color: #8F34AB;
}
.AnyTagClassName
{
color: #8F34AB;
}
</style>
background-color css
<style>
a { background-color: #8F34AB; }
a { background-color: rgb(143,52,171); }
div.DivClassName
{
background-color: #8F34AB;
}
.BgClassName
{
background-color: #8F34AB;
}
</style>
border-color css
<style>
span { border-color: #8F34AB; }
span { border-color: rgb(143,52,171); }
td.TdClassName
{
border-color: #8F34AB;
}
.TagClassName
{
border-color: #8F34AB;
}
</style>