Shades of Vivid Violet #8F3294
Tints of Vivid Violet #8F3294
RGB
CMYK
RGB Variations
Color information
#8F3294 (or 0x8F3294) is known color: Vivid Violet. HEX triplet: 8F, 32 and 94. RGB value is (143,50,148). Sum of RGB (Red+Green+Blue) = 143+50+148=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F3294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3294 is #70CD6B. Grayscale: #585858. Windows color (decimal): -7392620 or 9712271. OLE color: 9712271.
HSL color Cylindrical-coordinate representation of color #8F3294: hue angle of 296.94º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3294 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 50 | 148 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.42 |
| HSL | 296.94º | 0.49% | 0.39% | - |
| HSV(B) | 296.94º | 0.66% | 0.58% | - |
| XYZ | 17.81 | 10.26 | 29.06 | - |
| YUV | 88.98 | 161.31 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 148 | 0.03 | 0.66 | 0 | 0.42 | 296.94 | 0.49 | 0.39 |
| Hex | 8F | 32 | 94 | 3 | 42 | 0 | 2A | 129 | 31 | 27 |
| Octal | 217 | 62 | 224 | 3 | 102 | 0 | 52 | 451 | 61 | 47 |
| Binary | 10001111 | 110010 | 10010100 | 11 | 1000010 | 0 | 101010 | 100101001 | 110001 | 100111 |
Color Harmonies of #8F3294
Complementary color
Monochromatic Colors of #8F3294
Black with #8F3294
Text Example
Text Example
White with #8F3294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3294; }
p { color: rgb(143,50,148); }
H1.HeaderClassName
{
color: #8F3294;
}
.AnyTagClassName
{
color: #8F3294;
}
</style>
background-color css
<style>
a { background-color: #8F3294; }
a { background-color: rgb(143,50,148); }
div.DivClassName
{
background-color: #8F3294;
}
.BgClassName
{
background-color: #8F3294;
}
</style>
border-color css
<style>
span { border-color: #8F3294; }
span { border-color: rgb(143,50,148); }
td.TdClassName
{
border-color: #8F3294;
}
.TagClassName
{
border-color: #8F3294;
}
</style>