Shades of Vivid Violet #8F409F
Tints of Vivid Violet #8F409F
RGB
CMYK
RGB Variations
Color information
#8F409F (or 0x8F409F) is known color: Vivid Violet. HEX triplet: 8F, 40 and 9F. RGB value is (143,64,159). Sum of RGB (Red+Green+Blue) = 143+64+159=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F409F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F409F is #70BF60. Grayscale: #626262. Windows color (decimal): -7389025 or 10436751. OLE color: 10436751.
HSL color Cylindrical-coordinate representation of color #8F409F: hue angle of 289.89º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F409F is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 64 | 159 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.38 |
| HSL | 289.89º | 0.43% | 0.44% | - |
| HSV(B) | 289.89º | 0.6% | 0.62% | - |
| XYZ | 19.42 | 12.01 | 34.1 | - |
| YUV | 98.45 | 162.17 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 64 | 159 | 0.10 | 0.60 | 0 | 0.38 | 289.89 | 0.43 | 0.44 |
| Hex | 8F | 40 | 9F | A | 3C | 0 | 26 | 122 | 2B | 2C |
| Octal | 217 | 100 | 237 | 12 | 74 | 0 | 46 | 442 | 53 | 54 |
| Binary | 10001111 | 1000000 | 10011111 | 1010 | 111100 | 0 | 100110 | 100100010 | 101011 | 101100 |
Color Harmonies of #8F409F
Complementary color
Monochromatic Colors of #8F409F
Black with #8F409F
Text Example
Text Example
White with #8F409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F409F; }
p { color: rgb(143,64,159); }
H1.HeaderClassName
{
color: #8F409F;
}
.AnyTagClassName
{
color: #8F409F;
}
</style>
background-color css
<style>
a { background-color: #8F409F; }
a { background-color: rgb(143,64,159); }
div.DivClassName
{
background-color: #8F409F;
}
.BgClassName
{
background-color: #8F409F;
}
</style>
border-color css
<style>
span { border-color: #8F409F; }
span { border-color: rgb(143,64,159); }
td.TdClassName
{
border-color: #8F409F;
}
.TagClassName
{
border-color: #8F409F;
}
</style>