Shades of Vivid Violet #8F4A95
Tints of Vivid Violet #8F4A95
RGB
CMYK
RGB Variations
Color information
#8F4A95 (or 0x8F4A95) is known color: Vivid Violet. HEX triplet: 8F, 4A and 95. RGB value is (143,74,149). Sum of RGB (Red+Green+Blue) = 143+74+149=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F4A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4A95 is #70B56A. Grayscale: #666666. Windows color (decimal): -7386475 or 9783951. OLE color: 9783951.
HSL color Cylindrical-coordinate representation of color #8F4A95: hue angle of 295.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F4A95 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 74 | 149 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.42 |
| HSL | 295.2º | 0.34% | 0.44% | - |
| HSV(B) | 295.2º | 0.5% | 0.58% | - |
| XYZ | 19.2 | 12.91 | 29.91 | - |
| YUV | 103.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 74 | 149 | 0.04 | 0.50 | 0 | 0.42 | 295.2 | 0.34 | 0.44 |
| Hex | 8F | 4A | 95 | 4 | 32 | 0 | 2A | 127 | 22 | 2C |
| Octal | 217 | 112 | 225 | 4 | 62 | 0 | 52 | 447 | 42 | 54 |
| Binary | 10001111 | 1001010 | 10010101 | 100 | 110010 | 0 | 101010 | 100100111 | 100010 | 101100 |
Color Harmonies of #8F4A95
Complementary color
Monochromatic Colors of #8F4A95
Black with #8F4A95
Text Example
Text Example
White with #8F4A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4A95; }
p { color: rgb(143,74,149); }
H1.HeaderClassName
{
color: #8F4A95;
}
.AnyTagClassName
{
color: #8F4A95;
}
</style>
background-color css
<style>
a { background-color: #8F4A95; }
a { background-color: rgb(143,74,149); }
div.DivClassName
{
background-color: #8F4A95;
}
.BgClassName
{
background-color: #8F4A95;
}
</style>
border-color css
<style>
span { border-color: #8F4A95; }
span { border-color: rgb(143,74,149); }
td.TdClassName
{
border-color: #8F4A95;
}
.TagClassName
{
border-color: #8F4A95;
}
</style>