Shades of Dark Violet #830EC1
Tints of Dark Violet #830EC1
RGB
CMYK
RGB Variations
Color information
#830EC1 (or 0x830EC1) is known color: Dark Violet. HEX triplet: 83, 0E and C1. RGB value is (131,14,193). Sum of RGB (Red+Green+Blue) = 131+14+193=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #830EC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830EC1 is #7CF13E. Grayscale: #444444. Windows color (decimal): -8188223 or 12652163. OLE color: 12652163.
HSL color Cylindrical-coordinate representation of color #830EC1: hue angle of 279.22º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830EC1 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 14 | 193 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.24 |
| HSL | 279.22º | 0.86% | 0.41% | - |
| HSV(B) | 279.22º | 0.93% | 0.76% | - |
| XYZ | 19.14 | 8.99 | 51.18 | - |
| YUV | 69.39 | 197.76 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 193 | 0.32 | 0.93 | 0 | 0.24 | 279.22 | 0.86 | 0.41 |
| Hex | 83 | E | C1 | 20 | 5D | 0 | 18 | 117 | 56 | 29 |
| Octal | 203 | 16 | 301 | 40 | 135 | 0 | 30 | 427 | 126 | 51 |
| Binary | 10000011 | 1110 | 11000001 | 100000 | 1011101 | 0 | 11000 | 100010111 | 1010110 | 101001 |
Color Harmonies of #830EC1
Complementary color
Monochromatic Colors of #830EC1
Black with #830EC1
Text Example
Text Example
White with #830EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830EC1; }
p { color: rgb(131,14,193); }
H1.HeaderClassName
{
color: #830EC1;
}
.AnyTagClassName
{
color: #830EC1;
}
</style>
background-color css
<style>
a { background-color: #830EC1; }
a { background-color: rgb(131,14,193); }
div.DivClassName
{
background-color: #830EC1;
}
.BgClassName
{
background-color: #830EC1;
}
</style>
border-color css
<style>
span { border-color: #830EC1; }
span { border-color: rgb(131,14,193); }
td.TdClassName
{
border-color: #830EC1;
}
.TagClassName
{
border-color: #830EC1;
}
</style>