Shades of Blue Violet #830FED
Tints of Blue Violet #830FED
RGB
CMYK
RGB Variations
Color information
#830FED (or 0x830FED) is known color: Blue Violet. HEX triplet: 83, 0F and ED. RGB value is (131,15,237). Sum of RGB (Red+Green+Blue) = 131+15+237=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #830FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830FED is #7CF012. Grayscale: #4A4A4A. Windows color (decimal): -8187923 or 15536003. OLE color: 15536003.
HSL color Cylindrical-coordinate representation of color #830FED: hue angle of 271.35º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830FED is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 15 | 237 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.07 |
| HSL | 271.35º | 0.88% | 0.49% | - |
| HSV(B) | 271.35º | 0.94% | 0.93% | - |
| XYZ | 24.82 | 11.28 | 80.99 | - |
| YUV | 74.99 | 219.43 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 15 | 237 | 0.45 | 0.94 | 0 | 0.07 | 271.35 | 0.88 | 0.49 |
| Hex | 83 | F | ED | 2D | 5E | 0 | 7 | 10F | 58 | 31 |
| Octal | 203 | 17 | 355 | 55 | 136 | 0 | 7 | 417 | 130 | 61 |
| Binary | 10000011 | 1111 | 11101101 | 101101 | 1011110 | 0 | 111 | 100001111 | 1011000 | 110001 |
Color Harmonies of #830FED
Complementary color
Monochromatic Colors of #830FED
Black with #830FED
Text Example
Text Example
White with #830FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830FED; }
p { color: rgb(131,15,237); }
H1.HeaderClassName
{
color: #830FED;
}
.AnyTagClassName
{
color: #830FED;
}
</style>
background-color css
<style>
a { background-color: #830FED; }
a { background-color: rgb(131,15,237); }
div.DivClassName
{
background-color: #830FED;
}
.BgClassName
{
background-color: #830FED;
}
</style>
border-color css
<style>
span { border-color: #830FED; }
span { border-color: rgb(131,15,237); }
td.TdClassName
{
border-color: #830FED;
}
.TagClassName
{
border-color: #830FED;
}
</style>