Shades of Vivid Violet #8F1FAB
Tints of Vivid Violet #8F1FAB
RGB
CMYK
RGB Variations
Color information
#8F1FAB (or 0x8F1FAB) is known color: Vivid Violet. HEX triplet: 8F, 1F and AB. RGB value is (143,31,171). Sum of RGB (Red+Green+Blue) = 143+31+171=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F1FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1FAB is #70E054. Grayscale: #505050. Windows color (decimal): -7397461 or 11214735. OLE color: 11214735.
HSL color Cylindrical-coordinate representation of color #8F1FAB: hue angle of 288º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F1FAB is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 31 | 171 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.33 |
| HSL | 288º | 0.69% | 0.4% | - |
| HSV(B) | 288º | 0.82% | 0.67% | - |
| XYZ | 19.17 | 9.76 | 39.4 | - |
| YUV | 80.45 | 179.11 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 31 | 171 | 0.16 | 0.82 | 0 | 0.33 | 288 | 0.69 | 0.4 |
| Hex | 8F | 1F | AB | 10 | 52 | 0 | 21 | 120 | 45 | 28 |
| Octal | 217 | 37 | 253 | 20 | 122 | 0 | 41 | 440 | 105 | 50 |
| Binary | 10001111 | 11111 | 10101011 | 10000 | 1010010 | 0 | 100001 | 100100000 | 1000101 | 101000 |
Color Harmonies of #8F1FAB
Complementary color
Monochromatic Colors of #8F1FAB
Black with #8F1FAB
Text Example
Text Example
White with #8F1FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1FAB; }
p { color: rgb(143,31,171); }
H1.HeaderClassName
{
color: #8F1FAB;
}
.AnyTagClassName
{
color: #8F1FAB;
}
</style>
background-color css
<style>
a { background-color: #8F1FAB; }
a { background-color: rgb(143,31,171); }
div.DivClassName
{
background-color: #8F1FAB;
}
.BgClassName
{
background-color: #8F1FAB;
}
</style>
border-color css
<style>
span { border-color: #8F1FAB; }
span { border-color: rgb(143,31,171); }
td.TdClassName
{
border-color: #8F1FAB;
}
.TagClassName
{
border-color: #8F1FAB;
}
</style>