Shades of Blue Violet #831CFE
Tints of Blue Violet #831CFE
RGB
CMYK
RGB Variations
Color information
#831CFE (or 0x831CFE) is known color: Blue Violet. HEX triplet: 83, 1C and FE. RGB value is (131,28,254). Sum of RGB (Red+Green+Blue) = 131+28+254=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #831CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831CFE is #7CE301. Grayscale: #535353. Windows color (decimal): -8184578 or 16653443. OLE color: 16653443.
HSL color Cylindrical-coordinate representation of color #831CFE: hue angle of 267.35º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #831CFE is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 28 | 254 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.00 |
| HSL | 267.35º | 0.99% | 0.55% | - |
| HSV(B) | 267.35º | 0.89% | 1% | - |
| XYZ | 27.66 | 12.81 | 94.78 | - |
| YUV | 84.56 | 223.62 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 28 | 254 | 0.48 | 0.89 | 0 | 0.00 | 267.35 | 0.99 | 0.55 |
| Hex | 83 | 1C | FE | 30 | 59 | 0 | 0 | 10B | 63 | 37 |
| Octal | 203 | 34 | 376 | 60 | 131 | 0 | 0 | 413 | 143 | 67 |
| Binary | 10000011 | 11100 | 11111110 | 110000 | 1011001 | 0 | 0 | 100001011 | 1100011 | 110111 |
Color Harmonies of #831CFE
Complementary color
Monochromatic Colors of #831CFE
Black with #831CFE
Text Example
Text Example
White with #831CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831CFE; }
p { color: rgb(131,28,254); }
H1.HeaderClassName
{
color: #831CFE;
}
.AnyTagClassName
{
color: #831CFE;
}
</style>
background-color css
<style>
a { background-color: #831CFE; }
a { background-color: rgb(131,28,254); }
div.DivClassName
{
background-color: #831CFE;
}
.BgClassName
{
background-color: #831CFE;
}
</style>
border-color css
<style>
span { border-color: #831CFE; }
span { border-color: rgb(131,28,254); }
td.TdClassName
{
border-color: #831CFE;
}
.TagClassName
{
border-color: #831CFE;
}
</style>