Shades of Vivid Violet #8C219D
Tints of Vivid Violet #8C219D
RGB
CMYK
RGB Variations
Color information
#8C219D (or 0x8C219D) is known color: Vivid Violet. HEX triplet: 8C, 21 and 9D. RGB value is (140,33,157). Sum of RGB (Red+Green+Blue) = 140+33+157=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C219D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C219D is #73DE62. Grayscale: #4E4E4E. Windows color (decimal): -7593571 or 10297740. OLE color: 10297740.
HSL color Cylindrical-coordinate representation of color #8C219D: hue angle of 291.77º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C219D is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 33 | 157 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.38 |
| HSL | 291.77º | 0.65% | 0.37% | - |
| HSV(B) | 291.77º | 0.79% | 0.62% | - |
| XYZ | 17.44 | 9.1 | 32.73 | - |
| YUV | 79.13 | 171.95 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 157 | 0.11 | 0.79 | 0 | 0.38 | 291.77 | 0.65 | 0.37 |
| Hex | 8C | 21 | 9D | B | 4F | 0 | 26 | 124 | 41 | 25 |
| Octal | 214 | 41 | 235 | 13 | 117 | 0 | 46 | 444 | 101 | 45 |
| Binary | 10001100 | 100001 | 10011101 | 1011 | 1001111 | 0 | 100110 | 100100100 | 1000001 | 100101 |
Color Harmonies of #8C219D
Complementary color
Monochromatic Colors of #8C219D
Black with #8C219D
Text Example
Text Example
White with #8C219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C219D; }
p { color: rgb(140,33,157); }
H1.HeaderClassName
{
color: #8C219D;
}
.AnyTagClassName
{
color: #8C219D;
}
</style>
background-color css
<style>
a { background-color: #8C219D; }
a { background-color: rgb(140,33,157); }
div.DivClassName
{
background-color: #8C219D;
}
.BgClassName
{
background-color: #8C219D;
}
</style>
border-color css
<style>
span { border-color: #8C219D; }
span { border-color: rgb(140,33,157); }
td.TdClassName
{
border-color: #8C219D;
}
.TagClassName
{
border-color: #8C219D;
}
</style>