Shades of Blue Violet #831EFF
Tints of Blue Violet #831EFF
RGB
CMYK
RGB Variations
Color information
#831EFF (or 0x831EFF) is known color: Blue Violet. HEX triplet: 83, 1E and FF. RGB value is (131,30,255). Sum of RGB (Red+Green+Blue) = 131+30+255=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #831EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831EFF is #7CE100. Grayscale: #555555. Windows color (decimal): -8184065 or 16719491. OLE color: 16719491.
HSL color Cylindrical-coordinate representation of color #831EFF: hue angle of 266.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831EFF is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 30 | 255 | - |
| CMYK | 0.49 | 0.88 | 0 | 0 |
| HSL | 266.93º | 1% | 0.56% | - |
| HSV(B) | 266.93º | 0.88% | 1% | - |
| XYZ | 27.87 | 12.97 | 95.64 | - |
| YUV | 85.85 | 223.46 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 30 | 255 | 0.49 | 0.88 | 0 | 0 | 266.93 | 1 | 0.56 |
| Hex | 83 | 1E | FF | 31 | 58 | 0 | 0 | 10B | 64 | 38 |
| Octal | 203 | 36 | 377 | 61 | 130 | 0 | 0 | 413 | 144 | 70 |
| Binary | 10000011 | 11110 | 11111111 | 110001 | 1011000 | 0 | 0 | 100001011 | 1100100 | 111000 |
Color Harmonies of #831EFF
Complementary color
Monochromatic Colors of #831EFF
Black with #831EFF
Text Example
Text Example
White with #831EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831EFF; }
p { color: rgb(131,30,255); }
H1.HeaderClassName
{
color: #831EFF;
}
.AnyTagClassName
{
color: #831EFF;
}
</style>
background-color css
<style>
a { background-color: #831EFF; }
a { background-color: rgb(131,30,255); }
div.DivClassName
{
background-color: #831EFF;
}
.BgClassName
{
background-color: #831EFF;
}
</style>
border-color css
<style>
span { border-color: #831EFF; }
span { border-color: rgb(131,30,255); }
td.TdClassName
{
border-color: #831EFF;
}
.TagClassName
{
border-color: #831EFF;
}
</style>