Shades of Blue Violet #831EFD
Tints of Blue Violet #831EFD
RGB
CMYK
RGB Variations
Color information
#831EFD (or 0x831EFD) is known color: Blue Violet. HEX triplet: 83, 1E and FD. RGB value is (131,30,253). Sum of RGB (Red+Green+Blue) = 131+30+253=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #831EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831EFD is #7CE102. Grayscale: #545454. Windows color (decimal): -8184067 or 16588419. OLE color: 16588419.
HSL color Cylindrical-coordinate representation of color #831EFD: hue angle of 267.17º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831EFD is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 30 | 253 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.01 |
| HSL | 267.17º | 0.98% | 0.55% | - |
| HSV(B) | 267.17º | 0.88% | 0.99% | - |
| XYZ | 27.55 | 12.85 | 93.96 | - |
| YUV | 85.62 | 222.46 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 30 | 253 | 0.48 | 0.88 | 0 | 0.01 | 267.17 | 0.98 | 0.55 |
| Hex | 83 | 1E | FD | 30 | 58 | 0 | 1 | 10B | 62 | 37 |
| Octal | 203 | 36 | 375 | 60 | 130 | 0 | 1 | 413 | 142 | 67 |
| Binary | 10000011 | 11110 | 11111101 | 110000 | 1011000 | 0 | 1 | 100001011 | 1100010 | 110111 |
Color Harmonies of #831EFD
Complementary color
Monochromatic Colors of #831EFD
Black with #831EFD
Text Example
Text Example
White with #831EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831EFD; }
p { color: rgb(131,30,253); }
H1.HeaderClassName
{
color: #831EFD;
}
.AnyTagClassName
{
color: #831EFD;
}
</style>
background-color css
<style>
a { background-color: #831EFD; }
a { background-color: rgb(131,30,253); }
div.DivClassName
{
background-color: #831EFD;
}
.BgClassName
{
background-color: #831EFD;
}
</style>
border-color css
<style>
span { border-color: #831EFD; }
span { border-color: rgb(131,30,253); }
td.TdClassName
{
border-color: #831EFD;
}
.TagClassName
{
border-color: #831EFD;
}
</style>