Shades of Dark Violet #830DE5
Tints of Dark Violet #830DE5
RGB
CMYK
RGB Variations
Color information
#830DE5 (or 0x830DE5) is known color: Dark Violet. HEX triplet: 83, 0D and E5. RGB value is (131,13,229). Sum of RGB (Red+Green+Blue) = 131+13+229=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 229 (89.84% from 255 or 61.39% from 373); Max value from RGB is 229 - color contains mainly: blue. Hex color #830DE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DE5 is #7CF21A. Grayscale: #484848. Windows color (decimal): -8188443 or 15011203. OLE color: 15011203.
HSL color Cylindrical-coordinate representation of color #830DE5: hue angle of 272.78º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830DE5 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 13 | 229 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.10 |
| HSL | 272.78º | 0.89% | 0.47% | - |
| HSV(B) | 272.78º | 0.94% | 0.9% | - |
| XYZ | 23.65 | 10.77 | 74.96 | - |
| YUV | 72.91 | 216.09 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 229 | 0.43 | 0.94 | 0 | 0.10 | 272.78 | 0.89 | 0.47 |
| Hex | 83 | D | E5 | 2B | 5E | 0 | A | 111 | 59 | 2F |
| Octal | 203 | 15 | 345 | 53 | 136 | 0 | 12 | 421 | 131 | 57 |
| Binary | 10000011 | 1101 | 11100101 | 101011 | 1011110 | 0 | 1010 | 100010001 | 1011001 | 101111 |
Color Harmonies of #830DE5
Complementary color
Monochromatic Colors of #830DE5
Black with #830DE5
Text Example
Text Example
White with #830DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DE5; }
p { color: rgb(131,13,229); }
H1.HeaderClassName
{
color: #830DE5;
}
.AnyTagClassName
{
color: #830DE5;
}
</style>
background-color css
<style>
a { background-color: #830DE5; }
a { background-color: rgb(131,13,229); }
div.DivClassName
{
background-color: #830DE5;
}
.BgClassName
{
background-color: #830DE5;
}
</style>
border-color css
<style>
span { border-color: #830DE5; }
span { border-color: rgb(131,13,229); }
td.TdClassName
{
border-color: #830DE5;
}
.TagClassName
{
border-color: #830DE5;
}
</style>