Shades of Vivid Violet #8F34AC
Tints of Vivid Violet #8F34AC
RGB
CMYK
RGB Variations
Color information
#8F34AC (or 0x8F34AC) is known color: Vivid Violet. HEX triplet: 8F, 34 and AC. RGB value is (143,52,172). Sum of RGB (Red+Green+Blue) = 143+52+172=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F34AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F34AC is #70CB53. Grayscale: #5C5C5C. Windows color (decimal): -7392084 or 11285647. OLE color: 11285647.
HSL color Cylindrical-coordinate representation of color #8F34AC: hue angle of 285.5º degrees, saturation: 0.54, 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 #8F34AC is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 52 | 172 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.33 |
| HSL | 285.5º | 0.54% | 0.44% | - |
| HSV(B) | 285.5º | 0.7% | 0.67% | - |
| XYZ | 20 | 11.27 | 40.15 | - |
| YUV | 92.89 | 172.65 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 52 | 172 | 0.17 | 0.70 | 0 | 0.33 | 285.5 | 0.54 | 0.44 |
| Hex | 8F | 34 | AC | 11 | 46 | 0 | 21 | 11E | 36 | 2C |
| Octal | 217 | 64 | 254 | 21 | 106 | 0 | 41 | 436 | 66 | 54 |
| Binary | 10001111 | 110100 | 10101100 | 10001 | 1000110 | 0 | 100001 | 100011110 | 110110 | 101100 |
Color Harmonies of #8F34AC
Complementary color
Monochromatic Colors of #8F34AC
Black with #8F34AC
Text Example
Text Example
White with #8F34AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F34AC; }
p { color: rgb(143,52,172); }
H1.HeaderClassName
{
color: #8F34AC;
}
.AnyTagClassName
{
color: #8F34AC;
}
</style>
background-color css
<style>
a { background-color: #8F34AC; }
a { background-color: rgb(143,52,172); }
div.DivClassName
{
background-color: #8F34AC;
}
.BgClassName
{
background-color: #8F34AC;
}
</style>
border-color css
<style>
span { border-color: #8F34AC; }
span { border-color: rgb(143,52,172); }
td.TdClassName
{
border-color: #8F34AC;
}
.TagClassName
{
border-color: #8F34AC;
}
</style>