Shades of Blue Violet #830DED
Tints of Blue Violet #830DED
RGB
CMYK
RGB Variations
Color information
#830DED (or 0x830DED) is known color: Blue Violet. HEX triplet: 83, 0D and ED. RGB value is (131,13,237). Sum of RGB (Red+Green+Blue) = 131+13+237=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #830DED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830DED is #7CF212. Grayscale: #494949. Windows color (decimal): -8188435 or 15535491. OLE color: 15535491.
HSL color Cylindrical-coordinate representation of color #830DED: hue angle of 271.61º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830DED is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 13 | 237 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.07 |
| HSL | 271.61º | 0.9% | 0.49% | - |
| HSV(B) | 271.61º | 0.95% | 0.93% | - |
| XYZ | 24.79 | 11.23 | 80.98 | - |
| YUV | 73.82 | 220.09 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 237 | 0.45 | 0.95 | 0 | 0.07 | 271.61 | 0.9 | 0.49 |
| Hex | 83 | D | ED | 2D | 5F | 0 | 7 | 110 | 5A | 31 |
| Octal | 203 | 15 | 355 | 55 | 137 | 0 | 7 | 420 | 132 | 61 |
| Binary | 10000011 | 1101 | 11101101 | 101101 | 1011111 | 0 | 111 | 100010000 | 1011010 | 110001 |
Color Harmonies of #830DED
Complementary color
Monochromatic Colors of #830DED
Black with #830DED
Text Example
Text Example
White with #830DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DED; }
p { color: rgb(131,13,237); }
H1.HeaderClassName
{
color: #830DED;
}
.AnyTagClassName
{
color: #830DED;
}
</style>
background-color css
<style>
a { background-color: #830DED; }
a { background-color: rgb(131,13,237); }
div.DivClassName
{
background-color: #830DED;
}
.BgClassName
{
background-color: #830DED;
}
</style>
border-color css
<style>
span { border-color: #830DED; }
span { border-color: rgb(131,13,237); }
td.TdClassName
{
border-color: #830DED;
}
.TagClassName
{
border-color: #830DED;
}
</style>