Shades of Vivid Violet #8F3795
Tints of Vivid Violet #8F3795
RGB
CMYK
RGB Variations
Color information
#8F3795 (or 0x8F3795) is known color: Vivid Violet. HEX triplet: 8F, 37 and 95. RGB value is (143,55,149). Sum of RGB (Red+Green+Blue) = 143+55+149=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F3795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3795 is #70C86A. Grayscale: #5B5B5B. Windows color (decimal): -7391339 or 9779087. OLE color: 9779087.
HSL color Cylindrical-coordinate representation of color #8F3795: hue angle of 296.17º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F3795 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 55 | 149 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.42 |
| HSL | 296.17º | 0.46% | 0.4% | - |
| HSV(B) | 296.17º | 0.63% | 0.58% | - |
| XYZ | 18.12 | 10.74 | 29.55 | - |
| YUV | 92.03 | 160.15 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 55 | 149 | 0.04 | 0.63 | 0 | 0.42 | 296.17 | 0.46 | 0.4 |
| Hex | 8F | 37 | 95 | 4 | 3F | 0 | 2A | 128 | 2E | 28 |
| Octal | 217 | 67 | 225 | 4 | 77 | 0 | 52 | 450 | 56 | 50 |
| Binary | 10001111 | 110111 | 10010101 | 100 | 111111 | 0 | 101010 | 100101000 | 101110 | 101000 |
Color Harmonies of #8F3795
Complementary color
Monochromatic Colors of #8F3795
Black with #8F3795
Text Example
Text Example
White with #8F3795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3795; }
p { color: rgb(143,55,149); }
H1.HeaderClassName
{
color: #8F3795;
}
.AnyTagClassName
{
color: #8F3795;
}
</style>
background-color css
<style>
a { background-color: #8F3795; }
a { background-color: rgb(143,55,149); }
div.DivClassName
{
background-color: #8F3795;
}
.BgClassName
{
background-color: #8F3795;
}
</style>
border-color css
<style>
span { border-color: #8F3795; }
span { border-color: rgb(143,55,149); }
td.TdClassName
{
border-color: #8F3795;
}
.TagClassName
{
border-color: #8F3795;
}
</style>