Shades of Vivid Violet #8F3F94
Tints of Vivid Violet #8F3F94
RGB
CMYK
RGB Variations
Color information
#8F3F94 (or 0x8F3F94) is known color: Vivid Violet. HEX triplet: 8F, 3F and 94. RGB value is (143,63,148). Sum of RGB (Red+Green+Blue) = 143+63+148=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F3F94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3F94 is #70C06B. Grayscale: #606060. Windows color (decimal): -7389292 or 9715599. OLE color: 9715599.
HSL color Cylindrical-coordinate representation of color #8F3F94: hue angle of 296.47º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F3F94 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 63 | 148 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.42 |
| HSL | 296.47º | 0.4% | 0.41% | - |
| HSV(B) | 296.47º | 0.57% | 0.58% | - |
| XYZ | 18.45 | 11.53 | 29.27 | - |
| YUV | 96.61 | 157 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 63 | 148 | 0.03 | 0.57 | 0 | 0.42 | 296.47 | 0.4 | 0.41 |
| Hex | 8F | 3F | 94 | 3 | 39 | 0 | 2A | 128 | 28 | 29 |
| Octal | 217 | 77 | 224 | 3 | 71 | 0 | 52 | 450 | 50 | 51 |
| Binary | 10001111 | 111111 | 10010100 | 11 | 111001 | 0 | 101010 | 100101000 | 101000 | 101001 |
Color Harmonies of #8F3F94
Complementary color
Monochromatic Colors of #8F3F94
Black with #8F3F94
Text Example
Text Example
White with #8F3F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3F94; }
p { color: rgb(143,63,148); }
H1.HeaderClassName
{
color: #8F3F94;
}
.AnyTagClassName
{
color: #8F3F94;
}
</style>
background-color css
<style>
a { background-color: #8F3F94; }
a { background-color: rgb(143,63,148); }
div.DivClassName
{
background-color: #8F3F94;
}
.BgClassName
{
background-color: #8F3F94;
}
</style>
border-color css
<style>
span { border-color: #8F3F94; }
span { border-color: rgb(143,63,148); }
td.TdClassName
{
border-color: #8F3F94;
}
.TagClassName
{
border-color: #8F3F94;
}
</style>