Shades of Vivid Violet #8F4295
Tints of Vivid Violet #8F4295
RGB
CMYK
RGB Variations
Color information
#8F4295 (or 0x8F4295) is known color: Vivid Violet. HEX triplet: 8F, 42 and 95. RGB value is (143,66,149). Sum of RGB (Red+Green+Blue) = 143+66+149=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F4295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4295 is #70BD6A. Grayscale: #626262. Windows color (decimal): -7388523 or 9781903. OLE color: 9781903.
HSL color Cylindrical-coordinate representation of color #8F4295: hue angle of 295.66º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F4295 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 66 | 149 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.42 |
| HSL | 295.66º | 0.39% | 0.42% | - |
| HSV(B) | 295.66º | 0.56% | 0.58% | - |
| XYZ | 18.7 | 11.91 | 29.75 | - |
| YUV | 98.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 149 | 0.04 | 0.56 | 0 | 0.42 | 295.66 | 0.39 | 0.42 |
| Hex | 8F | 42 | 95 | 4 | 38 | 0 | 2A | 128 | 27 | 2A |
| Octal | 217 | 102 | 225 | 4 | 70 | 0 | 52 | 450 | 47 | 52 |
| Binary | 10001111 | 1000010 | 10010101 | 100 | 111000 | 0 | 101010 | 100101000 | 100111 | 101010 |
Color Harmonies of #8F4295
Complementary color
Monochromatic Colors of #8F4295
Black with #8F4295
Text Example
Text Example
White with #8F4295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4295; }
p { color: rgb(143,66,149); }
H1.HeaderClassName
{
color: #8F4295;
}
.AnyTagClassName
{
color: #8F4295;
}
</style>
background-color css
<style>
a { background-color: #8F4295; }
a { background-color: rgb(143,66,149); }
div.DivClassName
{
background-color: #8F4295;
}
.BgClassName
{
background-color: #8F4295;
}
</style>
border-color css
<style>
span { border-color: #8F4295; }
span { border-color: rgb(143,66,149); }
td.TdClassName
{
border-color: #8F4295;
}
.TagClassName
{
border-color: #8F4295;
}
</style>