Shades of Vivid Violet #8F399D
Tints of Vivid Violet #8F399D
RGB
CMYK
RGB Variations
Color information
#8F399D (or 0x8F399D) is known color: Vivid Violet. HEX triplet: 8F, 39 and 9D. RGB value is (143,57,157). Sum of RGB (Red+Green+Blue) = 143+57+157=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F399D is #70C662. Grayscale: #5D5D5D. Windows color (decimal): -7390819 or 10303887. OLE color: 10303887.
HSL color Cylindrical-coordinate representation of color #8F399D: hue angle of 291.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F399D is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 57 | 157 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.38 |
| HSL | 291.6º | 0.47% | 0.42% | - |
| HSV(B) | 291.6º | 0.64% | 0.62% | - |
| XYZ | 18.88 | 11.2 | 33.07 | - |
| YUV | 94.11 | 163.49 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 57 | 157 | 0.09 | 0.64 | 0 | 0.38 | 291.6 | 0.47 | 0.42 |
| Hex | 8F | 39 | 9D | 9 | 40 | 0 | 26 | 124 | 2F | 2A |
| Octal | 217 | 71 | 235 | 11 | 100 | 0 | 46 | 444 | 57 | 52 |
| Binary | 10001111 | 111001 | 10011101 | 1001 | 1000000 | 0 | 100110 | 100100100 | 101111 | 101010 |
Color Harmonies of #8F399D
Complementary color
Monochromatic Colors of #8F399D
Black with #8F399D
Text Example
Text Example
White with #8F399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F399D; }
p { color: rgb(143,57,157); }
H1.HeaderClassName
{
color: #8F399D;
}
.AnyTagClassName
{
color: #8F399D;
}
</style>
background-color css
<style>
a { background-color: #8F399D; }
a { background-color: rgb(143,57,157); }
div.DivClassName
{
background-color: #8F399D;
}
.BgClassName
{
background-color: #8F399D;
}
</style>
border-color css
<style>
span { border-color: #8F399D; }
span { border-color: rgb(143,57,157); }
td.TdClassName
{
border-color: #8F399D;
}
.TagClassName
{
border-color: #8F399D;
}
</style>