Shades of Vivid Violet #8F3B8E
Tints of Vivid Violet #8F3B8E
RGB
CMYK
RGB Variations
Color information
#8F3B8E (or 0x8F3B8E) is known color: Vivid Violet. HEX triplet: 8F, 3B and 8E. RGB value is (143,59,142). Sum of RGB (Red+Green+Blue) = 143+59+142=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3B8E is #70C471. Grayscale: #5D5D5D. Windows color (decimal): -7390322 or 9321359. OLE color: 9321359.
HSL color Cylindrical-coordinate representation of color #8F3B8E: hue angle of 300.71º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F3B8E is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 59 | 142 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.44 |
| HSL | 300.71º | 0.42% | 0.4% | - |
| HSV(B) | 300.71º | 0.59% | 0.56% | - |
| XYZ | 17.77 | 10.92 | 26.76 | - |
| YUV | 93.58 | 155.33 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 59 | 142 | 0 | 0.59 | 0.01 | 0.44 | 300.71 | 0.42 | 0.4 |
| Hex | 8F | 3B | 8E | 0 | 3B | 1 | 2C | 12D | 2A | 28 |
| Octal | 217 | 73 | 216 | 0 | 73 | 1 | 54 | 455 | 52 | 50 |
| Binary | 10001111 | 111011 | 10001110 | 0 | 111011 | 1 | 101100 | 100101101 | 101010 | 101000 |
Color Harmonies of #8F3B8E
Complementary color
Monochromatic Colors of #8F3B8E
Black with #8F3B8E
Text Example
Text Example
White with #8F3B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3B8E; }
p { color: rgb(143,59,142); }
H1.HeaderClassName
{
color: #8F3B8E;
}
.AnyTagClassName
{
color: #8F3B8E;
}
</style>
background-color css
<style>
a { background-color: #8F3B8E; }
a { background-color: rgb(143,59,142); }
div.DivClassName
{
background-color: #8F3B8E;
}
.BgClassName
{
background-color: #8F3B8E;
}
</style>
border-color css
<style>
span { border-color: #8F3B8E; }
span { border-color: rgb(143,59,142); }
td.TdClassName
{
border-color: #8F3B8E;
}
.TagClassName
{
border-color: #8F3B8E;
}
</style>