Shades of Vivid Violet #8F419F
Tints of Vivid Violet #8F419F
RGB
CMYK
RGB Variations
Color information
#8F419F (or 0x8F419F) is known color: Vivid Violet. HEX triplet: 8F, 41 and 9F. RGB value is (143,65,159). Sum of RGB (Red+Green+Blue) = 143+65+159=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F419F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F419F is #70BE60. Grayscale: #626262. Windows color (decimal): -7388769 or 10437007. OLE color: 10437007.
HSL color Cylindrical-coordinate representation of color #8F419F: hue angle of 289.79º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F419F is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 65 | 159 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.38 |
| HSL | 289.79º | 0.42% | 0.44% | - |
| HSV(B) | 289.79º | 0.59% | 0.62% | - |
| XYZ | 19.48 | 12.12 | 34.11 | - |
| YUV | 99.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 159 | 0.10 | 0.59 | 0 | 0.38 | 289.79 | 0.42 | 0.44 |
| Hex | 8F | 41 | 9F | A | 3B | 0 | 26 | 122 | 2A | 2C |
| Octal | 217 | 101 | 237 | 12 | 73 | 0 | 46 | 442 | 52 | 54 |
| Binary | 10001111 | 1000001 | 10011111 | 1010 | 111011 | 0 | 100110 | 100100010 | 101010 | 101100 |
Color Harmonies of #8F419F
Complementary color
Monochromatic Colors of #8F419F
Black with #8F419F
Text Example
Text Example
White with #8F419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F419F; }
p { color: rgb(143,65,159); }
H1.HeaderClassName
{
color: #8F419F;
}
.AnyTagClassName
{
color: #8F419F;
}
</style>
background-color css
<style>
a { background-color: #8F419F; }
a { background-color: rgb(143,65,159); }
div.DivClassName
{
background-color: #8F419F;
}
.BgClassName
{
background-color: #8F419F;
}
</style>
border-color css
<style>
span { border-color: #8F419F; }
span { border-color: rgb(143,65,159); }
td.TdClassName
{
border-color: #8F419F;
}
.TagClassName
{
border-color: #8F419F;
}
</style>