Shades of Vivid Violet #8F419C
Tints of Vivid Violet #8F419C
RGB
CMYK
RGB Variations
Color information
#8F419C (or 0x8F419C) is known color: Vivid Violet. HEX triplet: 8F, 41 and 9C. RGB value is (143,65,156). Sum of RGB (Red+Green+Blue) = 143+65+156=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F419C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F419C is #70BE63. Grayscale: #626262. Windows color (decimal): -7388772 or 10240399. OLE color: 10240399.
HSL color Cylindrical-coordinate representation of color #8F419C: hue angle of 291.43º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F419C is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 65 | 156 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.39 |
| HSL | 291.43º | 0.41% | 0.43% | - |
| HSV(B) | 291.43º | 0.58% | 0.61% | - |
| XYZ | 19.22 | 12.02 | 32.76 | - |
| YUV | 98.7 | 160.34 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 156 | 0.08 | 0.58 | 0 | 0.39 | 291.43 | 0.41 | 0.43 |
| Hex | 8F | 41 | 9C | 8 | 3A | 0 | 27 | 123 | 29 | 2B |
| Octal | 217 | 101 | 234 | 10 | 72 | 0 | 47 | 443 | 51 | 53 |
| Binary | 10001111 | 1000001 | 10011100 | 1000 | 111010 | 0 | 100111 | 100100011 | 101001 | 101011 |
Color Harmonies of #8F419C
Complementary color
Monochromatic Colors of #8F419C
Black with #8F419C
Text Example
Text Example
White with #8F419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F419C; }
p { color: rgb(143,65,156); }
H1.HeaderClassName
{
color: #8F419C;
}
.AnyTagClassName
{
color: #8F419C;
}
</style>
background-color css
<style>
a { background-color: #8F419C; }
a { background-color: rgb(143,65,156); }
div.DivClassName
{
background-color: #8F419C;
}
.BgClassName
{
background-color: #8F419C;
}
</style>
border-color css
<style>
span { border-color: #8F419C; }
span { border-color: rgb(143,65,156); }
td.TdClassName
{
border-color: #8F419C;
}
.TagClassName
{
border-color: #8F419C;
}
</style>