Shades of Vivid Violet #8F209E
Tints of Vivid Violet #8F209E
RGB
CMYK
RGB Variations
Color information
#8F209E (or 0x8F209E) is known color: Vivid Violet. HEX triplet: 8F, 20 and 9E. RGB value is (143,32,158). Sum of RGB (Red+Green+Blue) = 143+32+158=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F209E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F209E is #70DF61. Grayscale: #4F4F4F. Windows color (decimal): -7397218 or 10363023. OLE color: 10363023.
HSL color Cylindrical-coordinate representation of color #8F209E: hue angle of 292.86º 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 #8F209E is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 32 | 158 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.38 |
| HSL | 292.86º | 0.66% | 0.37% | - |
| HSV(B) | 292.86º | 0.8% | 0.62% | - |
| XYZ | 18.02 | 9.34 | 33.2 | - |
| YUV | 79.55 | 172.27 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 158 | 0.09 | 0.80 | 0 | 0.38 | 292.86 | 0.66 | 0.37 |
| Hex | 8F | 20 | 9E | 9 | 50 | 0 | 26 | 125 | 42 | 25 |
| Octal | 217 | 40 | 236 | 11 | 120 | 0 | 46 | 445 | 102 | 45 |
| Binary | 10001111 | 100000 | 10011110 | 1001 | 1010000 | 0 | 100110 | 100100101 | 1000010 | 100101 |
Color Harmonies of #8F209E
Complementary color
Monochromatic Colors of #8F209E
Black with #8F209E
Text Example
Text Example
White with #8F209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F209E; }
p { color: rgb(143,32,158); }
H1.HeaderClassName
{
color: #8F209E;
}
.AnyTagClassName
{
color: #8F209E;
}
</style>
background-color css
<style>
a { background-color: #8F209E; }
a { background-color: rgb(143,32,158); }
div.DivClassName
{
background-color: #8F209E;
}
.BgClassName
{
background-color: #8F209E;
}
</style>
border-color css
<style>
span { border-color: #8F209E; }
span { border-color: rgb(143,32,158); }
td.TdClassName
{
border-color: #8F209E;
}
.TagClassName
{
border-color: #8F209E;
}
</style>