Shades of Blue Violet #830BED
Tints of Blue Violet #830BED
RGB
CMYK
RGB Variations
Color information
#830BED (or 0x830BED) is known color: Blue Violet. HEX triplet: 83, 0B and ED. RGB value is (131,11,237). Sum of RGB (Red+Green+Blue) = 131+11+237=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #830BED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830BED is #7CF412. Grayscale: #474747. Windows color (decimal): -8188947 or 15534979. OLE color: 15534979.
HSL color Cylindrical-coordinate representation of color #830BED: hue angle of 271.86º degrees, saturation: 0.91, 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 #830BED is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 11 | 237 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.07 |
| HSL | 271.86º | 0.91% | 0.49% | - |
| HSV(B) | 271.86º | 0.95% | 0.93% | - |
| XYZ | 24.77 | 11.18 | 80.97 | - |
| YUV | 72.64 | 220.76 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 237 | 0.45 | 0.95 | 0 | 0.07 | 271.86 | 0.91 | 0.49 |
| Hex | 83 | B | ED | 2D | 5F | 0 | 7 | 110 | 5B | 31 |
| Octal | 203 | 13 | 355 | 55 | 137 | 0 | 7 | 420 | 133 | 61 |
| Binary | 10000011 | 1011 | 11101101 | 101101 | 1011111 | 0 | 111 | 100010000 | 1011011 | 110001 |
Color Harmonies of #830BED
Complementary color
Monochromatic Colors of #830BED
Black with #830BED
Text Example
Text Example
White with #830BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830BED; }
p { color: rgb(131,11,237); }
H1.HeaderClassName
{
color: #830BED;
}
.AnyTagClassName
{
color: #830BED;
}
</style>
background-color css
<style>
a { background-color: #830BED; }
a { background-color: rgb(131,11,237); }
div.DivClassName
{
background-color: #830BED;
}
.BgClassName
{
background-color: #830BED;
}
</style>
border-color css
<style>
span { border-color: #830BED; }
span { border-color: rgb(131,11,237); }
td.TdClassName
{
border-color: #830BED;
}
.TagClassName
{
border-color: #830BED;
}
</style>