Shades of Vivid Violet #8F279A
Tints of Vivid Violet #8F279A
RGB
CMYK
RGB Variations
Color information
#8F279A (or 0x8F279A) is known color: Vivid Violet. HEX triplet: 8F, 27 and 9A. RGB value is (143,39,154). Sum of RGB (Red+Green+Blue) = 143+39+154=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #8F279A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F279A is #70D865. Grayscale: #525252. Windows color (decimal): -7395430 or 10102671. OLE color: 10102671.
HSL color Cylindrical-coordinate representation of color #8F279A: hue angle of 294.26º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F279A is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 39 | 154 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.40 |
| HSL | 294.26º | 0.6% | 0.38% | - |
| HSV(B) | 294.26º | 0.75% | 0.6% | - |
| XYZ | 17.89 | 9.62 | 31.49 | - |
| YUV | 83.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 39 | 154 | 0.07 | 0.75 | 0 | 0.40 | 294.26 | 0.6 | 0.38 |
| Hex | 8F | 27 | 9A | 7 | 4B | 0 | 28 | 126 | 3C | 26 |
| Octal | 217 | 47 | 232 | 7 | 113 | 0 | 50 | 446 | 74 | 46 |
| Binary | 10001111 | 100111 | 10011010 | 111 | 1001011 | 0 | 101000 | 100100110 | 111100 | 100110 |
Color Harmonies of #8F279A
Complementary color
Monochromatic Colors of #8F279A
Black with #8F279A
Text Example
Text Example
White with #8F279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F279A; }
p { color: rgb(143,39,154); }
H1.HeaderClassName
{
color: #8F279A;
}
.AnyTagClassName
{
color: #8F279A;
}
</style>
background-color css
<style>
a { background-color: #8F279A; }
a { background-color: rgb(143,39,154); }
div.DivClassName
{
background-color: #8F279A;
}
.BgClassName
{
background-color: #8F279A;
}
</style>
border-color css
<style>
span { border-color: #8F279A; }
span { border-color: rgb(143,39,154); }
td.TdClassName
{
border-color: #8F279A;
}
.TagClassName
{
border-color: #8F279A;
}
</style>