Shades of Vivid Violet #8C279A
Tints of Vivid Violet #8C279A
RGB
CMYK
RGB Variations
Color information
#8C279A (or 0x8C279A) is known color: Vivid Violet. HEX triplet: 8C, 27 and 9A. RGB value is (140,39,154). Sum of RGB (Red+Green+Blue) = 140+39+154=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C279A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C279A is #73D865. Grayscale: #515151. Windows color (decimal): -7592038 or 10102668. OLE color: 10102668.
HSL color Cylindrical-coordinate representation of color #8C279A: hue angle of 292.7º 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 #8C279A is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 39 | 154 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.40 |
| HSL | 292.7º | 0.6% | 0.38% | - |
| HSV(B) | 292.7º | 0.75% | 0.6% | - |
| XYZ | 17.37 | 9.36 | 31.46 | - |
| YUV | 82.31 | 168.46 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 154 | 0.09 | 0.75 | 0 | 0.40 | 292.7 | 0.6 | 0.38 |
| Hex | 8C | 27 | 9A | 9 | 4B | 0 | 28 | 125 | 3C | 26 |
| Octal | 214 | 47 | 232 | 11 | 113 | 0 | 50 | 445 | 74 | 46 |
| Binary | 10001100 | 100111 | 10011010 | 1001 | 1001011 | 0 | 101000 | 100100101 | 111100 | 100110 |
Color Harmonies of #8C279A
Complementary color
Monochromatic Colors of #8C279A
Black with #8C279A
Text Example
Text Example
White with #8C279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C279A; }
p { color: rgb(140,39,154); }
H1.HeaderClassName
{
color: #8C279A;
}
.AnyTagClassName
{
color: #8C279A;
}
</style>
background-color css
<style>
a { background-color: #8C279A; }
a { background-color: rgb(140,39,154); }
div.DivClassName
{
background-color: #8C279A;
}
.BgClassName
{
background-color: #8C279A;
}
</style>
border-color css
<style>
span { border-color: #8C279A; }
span { border-color: rgb(140,39,154); }
td.TdClassName
{
border-color: #8C279A;
}
.TagClassName
{
border-color: #8C279A;
}
</style>