Shades of Vivid Violet #8C1BA6
Tints of Vivid Violet #8C1BA6
RGB
CMYK
RGB Variations
Color information
#8C1BA6 (or 0x8C1BA6) is known color: Vivid Violet. HEX triplet: 8C, 1B and A6. RGB value is (140,27,166). Sum of RGB (Red+Green+Blue) = 140+27+166=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 166 (65.23% from 255 or 49.85% from 333); Max value from RGB is 166 - color contains mainly: blue. Hex color #8C1BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1BA6 is #73E459. Grayscale: #4C4C4C. Windows color (decimal): -7595098 or 10886028. OLE color: 10886028.
HSL color Cylindrical-coordinate representation of color #8C1BA6: hue angle of 288.78º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1BA6 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 27 | 166 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.35 |
| HSL | 288.78º | 0.72% | 0.38% | - |
| HSV(B) | 288.78º | 0.84% | 0.65% | - |
| XYZ | 18.09 | 9.11 | 36.88 | - |
| YUV | 76.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 27 | 166 | 0.16 | 0.84 | 0 | 0.35 | 288.78 | 0.72 | 0.38 |
| Hex | 8C | 1B | A6 | 10 | 54 | 0 | 23 | 121 | 48 | 26 |
| Octal | 214 | 33 | 246 | 20 | 124 | 0 | 43 | 441 | 110 | 46 |
| Binary | 10001100 | 11011 | 10100110 | 10000 | 1010100 | 0 | 100011 | 100100001 | 1001000 | 100110 |
Color Harmonies of #8C1BA6
Complementary color
Monochromatic Colors of #8C1BA6
Black with #8C1BA6
Text Example
Text Example
White with #8C1BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1BA6; }
p { color: rgb(140,27,166); }
H1.HeaderClassName
{
color: #8C1BA6;
}
.AnyTagClassName
{
color: #8C1BA6;
}
</style>
background-color css
<style>
a { background-color: #8C1BA6; }
a { background-color: rgb(140,27,166); }
div.DivClassName
{
background-color: #8C1BA6;
}
.BgClassName
{
background-color: #8C1BA6;
}
</style>
border-color css
<style>
span { border-color: #8C1BA6; }
span { border-color: rgb(140,27,166); }
td.TdClassName
{
border-color: #8C1BA6;
}
.TagClassName
{
border-color: #8C1BA6;
}
</style>