Shades of Vivid Violet #8F209D
Tints of Vivid Violet #8F209D
RGB
CMYK
RGB Variations
Color information
#8F209D (or 0x8F209D) is known color: Vivid Violet. HEX triplet: 8F, 20 and 9D. RGB value is (143,32,157). Sum of RGB (Red+Green+Blue) = 143+32+157=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F209D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F209D is #70DF62. Grayscale: #4F4F4F. Windows color (decimal): -7397219 or 10297487. OLE color: 10297487.
HSL color Cylindrical-coordinate representation of color #8F209D: hue angle of 293.28º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F209D is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 32 | 157 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.38 |
| HSL | 293.28º | 0.66% | 0.37% | - |
| HSV(B) | 293.28º | 0.8% | 0.62% | - |
| XYZ | 17.93 | 9.31 | 32.75 | - |
| YUV | 79.44 | 171.77 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 157 | 0.09 | 0.80 | 0 | 0.38 | 293.28 | 0.66 | 0.37 |
| Hex | 8F | 20 | 9D | 9 | 50 | 0 | 26 | 125 | 42 | 25 |
| Octal | 217 | 40 | 235 | 11 | 120 | 0 | 46 | 445 | 102 | 45 |
| Binary | 10001111 | 100000 | 10011101 | 1001 | 1010000 | 0 | 100110 | 100100101 | 1000010 | 100101 |
Color Harmonies of #8F209D
Complementary color
Monochromatic Colors of #8F209D
Black with #8F209D
Text Example
Text Example
White with #8F209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F209D; }
p { color: rgb(143,32,157); }
H1.HeaderClassName
{
color: #8F209D;
}
.AnyTagClassName
{
color: #8F209D;
}
</style>
background-color css
<style>
a { background-color: #8F209D; }
a { background-color: rgb(143,32,157); }
div.DivClassName
{
background-color: #8F209D;
}
.BgClassName
{
background-color: #8F209D;
}
</style>
border-color css
<style>
span { border-color: #8F209D; }
span { border-color: rgb(143,32,157); }
td.TdClassName
{
border-color: #8F209D;
}
.TagClassName
{
border-color: #8F209D;
}
</style>