Shades of Vivid Violet #8F3BAB
Tints of Vivid Violet #8F3BAB
RGB
CMYK
RGB Variations
Color information
#8F3BAB (or 0x8F3BAB) is known color: Vivid Violet. HEX triplet: 8F, 3B and AB. RGB value is (143,59,171). Sum of RGB (Red+Green+Blue) = 143+59+171=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F3BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3BAB is #70C454. Grayscale: #606060. Windows color (decimal): -7390293 or 11221903. OLE color: 11221903.
HSL color Cylindrical-coordinate representation of color #8F3BAB: hue angle of 285º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F3BAB is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 59 | 171 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.33 |
| HSL | 285º | 0.49% | 0.45% | - |
| HSV(B) | 285º | 0.65% | 0.67% | - |
| XYZ | 20.24 | 11.91 | 39.76 | - |
| YUV | 96.88 | 169.83 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 59 | 171 | 0.16 | 0.65 | 0 | 0.33 | 285 | 0.49 | 0.45 |
| Hex | 8F | 3B | AB | 10 | 41 | 0 | 21 | 11D | 31 | 2D |
| Octal | 217 | 73 | 253 | 20 | 101 | 0 | 41 | 435 | 61 | 55 |
| Binary | 10001111 | 111011 | 10101011 | 10000 | 1000001 | 0 | 100001 | 100011101 | 110001 | 101101 |
Color Harmonies of #8F3BAB
Complementary color
Monochromatic Colors of #8F3BAB
Black with #8F3BAB
Text Example
Text Example
White with #8F3BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3BAB; }
p { color: rgb(143,59,171); }
H1.HeaderClassName
{
color: #8F3BAB;
}
.AnyTagClassName
{
color: #8F3BAB;
}
</style>
background-color css
<style>
a { background-color: #8F3BAB; }
a { background-color: rgb(143,59,171); }
div.DivClassName
{
background-color: #8F3BAB;
}
.BgClassName
{
background-color: #8F3BAB;
}
</style>
border-color css
<style>
span { border-color: #8F3BAB; }
span { border-color: rgb(143,59,171); }
td.TdClassName
{
border-color: #8F3BAB;
}
.TagClassName
{
border-color: #8F3BAB;
}
</style>