Shades of Vivid Violet #8F2BAB
Tints of Vivid Violet #8F2BAB
RGB
CMYK
RGB Variations
Color information
#8F2BAB (or 0x8F2BAB) is known color: Vivid Violet. HEX triplet: 8F, 2B and AB. RGB value is (143,43,171). Sum of RGB (Red+Green+Blue) = 143+43+171=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F2BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2BAB is #70D454. Grayscale: #575757. Windows color (decimal): -7394389 or 11217807. OLE color: 11217807.
HSL color Cylindrical-coordinate representation of color #8F2BAB: hue angle of 286.88º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F2BAB is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 43 | 171 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.33 |
| HSL | 286.88º | 0.6% | 0.42% | - |
| HSV(B) | 286.88º | 0.75% | 0.67% | - |
| XYZ | 19.54 | 10.51 | 39.53 | - |
| YUV | 87.49 | 175.13 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 43 | 171 | 0.16 | 0.75 | 0 | 0.33 | 286.88 | 0.6 | 0.42 |
| Hex | 8F | 2B | AB | 10 | 4B | 0 | 21 | 11F | 3C | 2A |
| Octal | 217 | 53 | 253 | 20 | 113 | 0 | 41 | 437 | 74 | 52 |
| Binary | 10001111 | 101011 | 10101011 | 10000 | 1001011 | 0 | 100001 | 100011111 | 111100 | 101010 |
Color Harmonies of #8F2BAB
Complementary color
Monochromatic Colors of #8F2BAB
Black with #8F2BAB
Text Example
Text Example
White with #8F2BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2BAB; }
p { color: rgb(143,43,171); }
H1.HeaderClassName
{
color: #8F2BAB;
}
.AnyTagClassName
{
color: #8F2BAB;
}
</style>
background-color css
<style>
a { background-color: #8F2BAB; }
a { background-color: rgb(143,43,171); }
div.DivClassName
{
background-color: #8F2BAB;
}
.BgClassName
{
background-color: #8F2BAB;
}
</style>
border-color css
<style>
span { border-color: #8F2BAB; }
span { border-color: rgb(143,43,171); }
td.TdClassName
{
border-color: #8F2BAB;
}
.TagClassName
{
border-color: #8F2BAB;
}
</style>