Shades of Dark Violet #830EE0
Tints of Dark Violet #830EE0
RGB
CMYK
RGB Variations
Color information
#830EE0 (or 0x830EE0) is known color: Dark Violet. HEX triplet: 83, 0E and E0. RGB value is (131,14,224). Sum of RGB (Red+Green+Blue) = 131+14+224=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #830EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830EE0 is #7CF11F. Grayscale: #484848. Windows color (decimal): -8188192 or 14683779. OLE color: 14683779.
HSL color Cylindrical-coordinate representation of color #830EE0: hue angle of 273.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830EE0 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 14 | 224 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.12 |
| HSL | 273.43º | 0.88% | 0.47% | - |
| HSV(B) | 273.43º | 0.94% | 0.88% | - |
| XYZ | 22.97 | 10.52 | 71.34 | - |
| YUV | 72.92 | 213.26 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 224 | 0.42 | 0.94 | 0 | 0.12 | 273.43 | 0.88 | 0.47 |
| Hex | 83 | E | E0 | 2A | 5E | 0 | C | 111 | 58 | 2F |
| Octal | 203 | 16 | 340 | 52 | 136 | 0 | 14 | 421 | 130 | 57 |
| Binary | 10000011 | 1110 | 11100000 | 101010 | 1011110 | 0 | 1100 | 100010001 | 1011000 | 101111 |
Color Harmonies of #830EE0
Complementary color
Monochromatic Colors of #830EE0
Black with #830EE0
Text Example
Text Example
White with #830EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830EE0; }
p { color: rgb(131,14,224); }
H1.HeaderClassName
{
color: #830EE0;
}
.AnyTagClassName
{
color: #830EE0;
}
</style>
background-color css
<style>
a { background-color: #830EE0; }
a { background-color: rgb(131,14,224); }
div.DivClassName
{
background-color: #830EE0;
}
.BgClassName
{
background-color: #830EE0;
}
</style>
border-color css
<style>
span { border-color: #830EE0; }
span { border-color: rgb(131,14,224); }
td.TdClassName
{
border-color: #830EE0;
}
.TagClassName
{
border-color: #830EE0;
}
</style>