Shades of Vivid Violet #8F3695
Tints of Vivid Violet #8F3695
RGB
CMYK
RGB Variations
Color information
#8F3695 (or 0x8F3695) is known color: Vivid Violet. HEX triplet: 8F, 36 and 95. RGB value is (143,54,149). Sum of RGB (Red+Green+Blue) = 143+54+149=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F3695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3695 is #70C96A. Grayscale: #5B5B5B. Windows color (decimal): -7391595 or 9778831. OLE color: 9778831.
HSL color Cylindrical-coordinate representation of color #8F3695: hue angle of 296.21º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F3695 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 54 | 149 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.42 |
| HSL | 296.21º | 0.47% | 0.4% | - |
| HSV(B) | 296.21º | 0.64% | 0.58% | - |
| XYZ | 18.07 | 10.65 | 29.54 | - |
| YUV | 91.44 | 160.49 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 54 | 149 | 0.04 | 0.64 | 0 | 0.42 | 296.21 | 0.47 | 0.4 |
| Hex | 8F | 36 | 95 | 4 | 40 | 0 | 2A | 128 | 2F | 28 |
| Octal | 217 | 66 | 225 | 4 | 100 | 0 | 52 | 450 | 57 | 50 |
| Binary | 10001111 | 110110 | 10010101 | 100 | 1000000 | 0 | 101010 | 100101000 | 101111 | 101000 |
Color Harmonies of #8F3695
Complementary color
Monochromatic Colors of #8F3695
Black with #8F3695
Text Example
Text Example
White with #8F3695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3695; }
p { color: rgb(143,54,149); }
H1.HeaderClassName
{
color: #8F3695;
}
.AnyTagClassName
{
color: #8F3695;
}
</style>
background-color css
<style>
a { background-color: #8F3695; }
a { background-color: rgb(143,54,149); }
div.DivClassName
{
background-color: #8F3695;
}
.BgClassName
{
background-color: #8F3695;
}
</style>
border-color css
<style>
span { border-color: #8F3695; }
span { border-color: rgb(143,54,149); }
td.TdClassName
{
border-color: #8F3695;
}
.TagClassName
{
border-color: #8F3695;
}
</style>