Shades of Vivid Violet #8F2894
Tints of Vivid Violet #8F2894
RGB
CMYK
RGB Variations
Color information
#8F2894 (or 0x8F2894) is known color: Vivid Violet. HEX triplet: 8F, 28 and 94. RGB value is (143,40,148). Sum of RGB (Red+Green+Blue) = 143+40+148=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F2894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2894 is #70D76B. Grayscale: #525252. Windows color (decimal): -7395180 or 9709711. OLE color: 9709711.
HSL color Cylindrical-coordinate representation of color #8F2894: hue angle of 297.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F2894 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 40 | 148 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.42 |
| HSL | 297.22º | 0.57% | 0.37% | - |
| HSV(B) | 297.22º | 0.73% | 0.58% | - |
| XYZ | 17.43 | 9.5 | 28.93 | - |
| YUV | 83.11 | 164.62 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 148 | 0.03 | 0.73 | 0 | 0.42 | 297.22 | 0.57 | 0.37 |
| Hex | 8F | 28 | 94 | 3 | 49 | 0 | 2A | 129 | 39 | 25 |
| Octal | 217 | 50 | 224 | 3 | 111 | 0 | 52 | 451 | 71 | 45 |
| Binary | 10001111 | 101000 | 10010100 | 11 | 1001001 | 0 | 101010 | 100101001 | 111001 | 100101 |
Color Harmonies of #8F2894
Complementary color
Monochromatic Colors of #8F2894
Black with #8F2894
Text Example
Text Example
White with #8F2894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2894; }
p { color: rgb(143,40,148); }
H1.HeaderClassName
{
color: #8F2894;
}
.AnyTagClassName
{
color: #8F2894;
}
</style>
background-color css
<style>
a { background-color: #8F2894; }
a { background-color: rgb(143,40,148); }
div.DivClassName
{
background-color: #8F2894;
}
.BgClassName
{
background-color: #8F2894;
}
</style>
border-color css
<style>
span { border-color: #8F2894; }
span { border-color: rgb(143,40,148); }
td.TdClassName
{
border-color: #8F2894;
}
.TagClassName
{
border-color: #8F2894;
}
</style>