Shades of Vivid Violet #8F259F
Tints of Vivid Violet #8F259F
RGB
CMYK
RGB Variations
Color information
#8F259F (or 0x8F259F) is known color: Vivid Violet. HEX triplet: 8F, 25 and 9F. RGB value is (143,37,159). Sum of RGB (Red+Green+Blue) = 143+37+159=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F259F is #70DA60. Grayscale: #525252. Windows color (decimal): -7395937 or 10429839. OLE color: 10429839.
HSL color Cylindrical-coordinate representation of color #8F259F: hue angle of 292.13º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F259F is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 37 | 159 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.38 |
| HSL | 292.13º | 0.62% | 0.38% | - |
| HSV(B) | 292.13º | 0.77% | 0.62% | - |
| XYZ | 18.25 | 9.67 | 33.7 | - |
| YUV | 82.6 | 171.12 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 159 | 0.10 | 0.77 | 0 | 0.38 | 292.13 | 0.62 | 0.38 |
| Hex | 8F | 25 | 9F | A | 4D | 0 | 26 | 124 | 3E | 26 |
| Octal | 217 | 45 | 237 | 12 | 115 | 0 | 46 | 444 | 76 | 46 |
| Binary | 10001111 | 100101 | 10011111 | 1010 | 1001101 | 0 | 100110 | 100100100 | 111110 | 100110 |
Color Harmonies of #8F259F
Complementary color
Monochromatic Colors of #8F259F
Black with #8F259F
Text Example
Text Example
White with #8F259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F259F; }
p { color: rgb(143,37,159); }
H1.HeaderClassName
{
color: #8F259F;
}
.AnyTagClassName
{
color: #8F259F;
}
</style>
background-color css
<style>
a { background-color: #8F259F; }
a { background-color: rgb(143,37,159); }
div.DivClassName
{
background-color: #8F259F;
}
.BgClassName
{
background-color: #8F259F;
}
</style>
border-color css
<style>
span { border-color: #8F259F; }
span { border-color: rgb(143,37,159); }
td.TdClassName
{
border-color: #8F259F;
}
.TagClassName
{
border-color: #8F259F;
}
</style>