Shades of Vivid Violet #8F339F
Tints of Vivid Violet #8F339F
RGB
CMYK
RGB Variations
Color information
#8F339F (or 0x8F339F) is known color: Vivid Violet. HEX triplet: 8F, 33 and 9F. RGB value is (143,51,159). Sum of RGB (Red+Green+Blue) = 143+51+159=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F339F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F339F is #70CC60. Grayscale: #5A5A5A. Windows color (decimal): -7392353 or 10433423. OLE color: 10433423.
HSL color Cylindrical-coordinate representation of color #8F339F: hue angle of 291.11º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F339F is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 51 | 159 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.38 |
| HSL | 291.11º | 0.51% | 0.41% | - |
| HSV(B) | 291.11º | 0.68% | 0.62% | - |
| XYZ | 18.77 | 10.71 | 33.88 | - |
| YUV | 90.82 | 166.48 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 159 | 0.10 | 0.68 | 0 | 0.38 | 291.11 | 0.51 | 0.41 |
| Hex | 8F | 33 | 9F | A | 44 | 0 | 26 | 123 | 33 | 29 |
| Octal | 217 | 63 | 237 | 12 | 104 | 0 | 46 | 443 | 63 | 51 |
| Binary | 10001111 | 110011 | 10011111 | 1010 | 1000100 | 0 | 100110 | 100100011 | 110011 | 101001 |
Color Harmonies of #8F339F
Complementary color
Monochromatic Colors of #8F339F
Black with #8F339F
Text Example
Text Example
White with #8F339F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F339F; }
p { color: rgb(143,51,159); }
H1.HeaderClassName
{
color: #8F339F;
}
.AnyTagClassName
{
color: #8F339F;
}
</style>
background-color css
<style>
a { background-color: #8F339F; }
a { background-color: rgb(143,51,159); }
div.DivClassName
{
background-color: #8F339F;
}
.BgClassName
{
background-color: #8F339F;
}
</style>
border-color css
<style>
span { border-color: #8F339F; }
span { border-color: rgb(143,51,159); }
td.TdClassName
{
border-color: #8F339F;
}
.TagClassName
{
border-color: #8F339F;
}
</style>