Shades of Vivid Violet #8F3999
Tints of Vivid Violet #8F3999
RGB
CMYK
RGB Variations
Color information
#8F3999 (or 0x8F3999) is known color: Vivid Violet. HEX triplet: 8F, 39 and 99. RGB value is (143,57,153). Sum of RGB (Red+Green+Blue) = 143+57+153=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F3999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3999 is #70C666. Grayscale: #5D5D5D. Windows color (decimal): -7390823 or 10041743. OLE color: 10041743.
HSL color Cylindrical-coordinate representation of color #8F3999: hue angle of 293.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F3999 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 57 | 153 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.4 |
| HSL | 293.75º | 0.46% | 0.41% | - |
| HSV(B) | 293.75º | 0.63% | 0.6% | - |
| XYZ | 18.54 | 11.07 | 31.3 | - |
| YUV | 93.66 | 161.49 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 57 | 153 | 0.07 | 0.63 | 0 | 0.4 | 293.75 | 0.46 | 0.41 |
| Hex | 8F | 39 | 99 | 7 | 3F | 0 | 28 | 126 | 2E | 29 |
| Octal | 217 | 71 | 231 | 7 | 77 | 0 | 50 | 446 | 56 | 51 |
| Binary | 10001111 | 111001 | 10011001 | 111 | 111111 | 0 | 101000 | 100100110 | 101110 | 101001 |
Color Harmonies of #8F3999
Complementary color
Monochromatic Colors of #8F3999
Black with #8F3999
Text Example
Text Example
White with #8F3999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3999; }
p { color: rgb(143,57,153); }
H1.HeaderClassName
{
color: #8F3999;
}
.AnyTagClassName
{
color: #8F3999;
}
</style>
background-color css
<style>
a { background-color: #8F3999; }
a { background-color: rgb(143,57,153); }
div.DivClassName
{
background-color: #8F3999;
}
.BgClassName
{
background-color: #8F3999;
}
</style>
border-color css
<style>
span { border-color: #8F3999; }
span { border-color: rgb(143,57,153); }
td.TdClassName
{
border-color: #8F3999;
}
.TagClassName
{
border-color: #8F3999;
}
</style>