Shades of Vivid Violet #8F279F
Tints of Vivid Violet #8F279F
RGB
CMYK
RGB Variations
Color information
#8F279F (or 0x8F279F) is known color: Vivid Violet. HEX triplet: 8F, 27 and 9F. RGB value is (143,39,159). Sum of RGB (Red+Green+Blue) = 143+39+159=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F279F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F279F is #70D860. Grayscale: #535353. Windows color (decimal): -7395425 or 10430351. OLE color: 10430351.
HSL color Cylindrical-coordinate representation of color #8F279F: hue angle of 292º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F279F is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 39 | 159 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.38 |
| HSL | 292º | 0.61% | 0.39% | - |
| HSV(B) | 292º | 0.75% | 0.62% | - |
| XYZ | 18.31 | 9.79 | 33.73 | - |
| YUV | 83.78 | 170.46 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 39 | 159 | 0.10 | 0.75 | 0 | 0.38 | 292 | 0.61 | 0.39 |
| Hex | 8F | 27 | 9F | A | 4B | 0 | 26 | 124 | 3D | 27 |
| Octal | 217 | 47 | 237 | 12 | 113 | 0 | 46 | 444 | 75 | 47 |
| Binary | 10001111 | 100111 | 10011111 | 1010 | 1001011 | 0 | 100110 | 100100100 | 111101 | 100111 |
Color Harmonies of #8F279F
Complementary color
Monochromatic Colors of #8F279F
Black with #8F279F
Text Example
Text Example
White with #8F279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F279F; }
p { color: rgb(143,39,159); }
H1.HeaderClassName
{
color: #8F279F;
}
.AnyTagClassName
{
color: #8F279F;
}
</style>
background-color css
<style>
a { background-color: #8F279F; }
a { background-color: rgb(143,39,159); }
div.DivClassName
{
background-color: #8F279F;
}
.BgClassName
{
background-color: #8F279F;
}
</style>
border-color css
<style>
span { border-color: #8F279F; }
span { border-color: rgb(143,39,159); }
td.TdClassName
{
border-color: #8F279F;
}
.TagClassName
{
border-color: #8F279F;
}
</style>