Shades of Vivid Violet #8F469E
Tints of Vivid Violet #8F469E
RGB
CMYK
RGB Variations
Color information
#8F469E (or 0x8F469E) is known color: Vivid Violet. HEX triplet: 8F, 46 and 9E. RGB value is (143,70,158). Sum of RGB (Red+Green+Blue) = 143+70+158=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F469E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F469E is #70B961. Grayscale: #656565. Windows color (decimal): -7387490 or 10372751. OLE color: 10372751.
HSL color Cylindrical-coordinate representation of color #8F469E: hue angle of 289.77º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F469E is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 70 | 158 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.38 |
| HSL | 289.77º | 0.39% | 0.45% | - |
| HSV(B) | 289.77º | 0.56% | 0.62% | - |
| XYZ | 19.69 | 12.69 | 33.76 | - |
| YUV | 101.86 | 159.68 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 70 | 158 | 0.09 | 0.56 | 0 | 0.38 | 289.77 | 0.39 | 0.45 |
| Hex | 8F | 46 | 9E | 9 | 38 | 0 | 26 | 122 | 27 | 2D |
| Octal | 217 | 106 | 236 | 11 | 70 | 0 | 46 | 442 | 47 | 55 |
| Binary | 10001111 | 1000110 | 10011110 | 1001 | 111000 | 0 | 100110 | 100100010 | 100111 | 101101 |
Color Harmonies of #8F469E
Complementary color
Monochromatic Colors of #8F469E
Black with #8F469E
Text Example
Text Example
White with #8F469E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F469E; }
p { color: rgb(143,70,158); }
H1.HeaderClassName
{
color: #8F469E;
}
.AnyTagClassName
{
color: #8F469E;
}
</style>
background-color css
<style>
a { background-color: #8F469E; }
a { background-color: rgb(143,70,158); }
div.DivClassName
{
background-color: #8F469E;
}
.BgClassName
{
background-color: #8F469E;
}
</style>
border-color css
<style>
span { border-color: #8F469E; }
span { border-color: rgb(143,70,158); }
td.TdClassName
{
border-color: #8F469E;
}
.TagClassName
{
border-color: #8F469E;
}
</style>