Shades of Vivid Violet #8F279D
Tints of Vivid Violet #8F279D
RGB
CMYK
RGB Variations
Color information
#8F279D (or 0x8F279D) is known color: Vivid Violet. HEX triplet: 8F, 27 and 9D. RGB value is (143,39,157). Sum of RGB (Red+Green+Blue) = 143+39+157=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F279D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F279D is #70D862. Grayscale: #535353. Windows color (decimal): -7395427 or 10299279. OLE color: 10299279.
HSL color Cylindrical-coordinate representation of color #8F279D: hue angle of 292.88º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F279D is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 39 | 157 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.38 |
| HSL | 292.88º | 0.6% | 0.38% | - |
| HSV(B) | 292.88º | 0.75% | 0.62% | - |
| XYZ | 18.14 | 9.72 | 32.82 | - |
| YUV | 83.55 | 169.46 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 39 | 157 | 0.09 | 0.75 | 0 | 0.38 | 292.88 | 0.6 | 0.38 |
| Hex | 8F | 27 | 9D | 9 | 4B | 0 | 26 | 125 | 3C | 26 |
| Octal | 217 | 47 | 235 | 11 | 113 | 0 | 46 | 445 | 74 | 46 |
| Binary | 10001111 | 100111 | 10011101 | 1001 | 1001011 | 0 | 100110 | 100100101 | 111100 | 100110 |
Color Harmonies of #8F279D
Complementary color
Monochromatic Colors of #8F279D
Black with #8F279D
Text Example
Text Example
White with #8F279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F279D; }
p { color: rgb(143,39,157); }
H1.HeaderClassName
{
color: #8F279D;
}
.AnyTagClassName
{
color: #8F279D;
}
</style>
background-color css
<style>
a { background-color: #8F279D; }
a { background-color: rgb(143,39,157); }
div.DivClassName
{
background-color: #8F279D;
}
.BgClassName
{
background-color: #8F279D;
}
</style>
border-color css
<style>
span { border-color: #8F279D; }
span { border-color: rgb(143,39,157); }
td.TdClassName
{
border-color: #8F279D;
}
.TagClassName
{
border-color: #8F279D;
}
</style>