Shades of Blue Violet #830FE1
Tints of Blue Violet #830FE1
RGB
CMYK
RGB Variations
Color information
#830FE1 (or 0x830FE1) is known color: Blue Violet. HEX triplet: 83, 0F and E1. RGB value is (131,15,225). Sum of RGB (Red+Green+Blue) = 131+15+225=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #830FE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FE1 is #7CF01E. Grayscale: #484848. Windows color (decimal): -8187935 or 14749571. OLE color: 14749571.
HSL color Cylindrical-coordinate representation of color #830FE1: hue angle of 273.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830FE1 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 15 | 225 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.12 |
| HSL | 273.14º | 0.88% | 0.47% | - |
| HSV(B) | 273.14º | 0.93% | 0.88% | - |
| XYZ | 23.12 | 10.6 | 72.06 | - |
| YUV | 73.62 | 213.43 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 15 | 225 | 0.42 | 0.93 | 0 | 0.12 | 273.14 | 0.88 | 0.47 |
| Hex | 83 | F | E1 | 2A | 5D | 0 | C | 111 | 58 | 2F |
| Octal | 203 | 17 | 341 | 52 | 135 | 0 | 14 | 421 | 130 | 57 |
| Binary | 10000011 | 1111 | 11100001 | 101010 | 1011101 | 0 | 1100 | 100010001 | 1011000 | 101111 |
Color Harmonies of #830FE1
Complementary color
Monochromatic Colors of #830FE1
Black with #830FE1
Text Example
Text Example
White with #830FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830FE1; }
p { color: rgb(131,15,225); }
H1.HeaderClassName
{
color: #830FE1;
}
.AnyTagClassName
{
color: #830FE1;
}
</style>
background-color css
<style>
a { background-color: #830FE1; }
a { background-color: rgb(131,15,225); }
div.DivClassName
{
background-color: #830FE1;
}
.BgClassName
{
background-color: #830FE1;
}
</style>
border-color css
<style>
span { border-color: #830FE1; }
span { border-color: rgb(131,15,225); }
td.TdClassName
{
border-color: #830FE1;
}
.TagClassName
{
border-color: #830FE1;
}
</style>