Shades of Blue Violet #831CDF
Tints of Blue Violet #831CDF
RGB
CMYK
RGB Variations
Color information
#831CDF (or 0x831CDF) is known color: Blue Violet. HEX triplet: 83, 1C and DF. RGB value is (131,28,223). Sum of RGB (Red+Green+Blue) = 131+28+223=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #831CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831CDF is #7CE320. Grayscale: #505050. Windows color (decimal): -8184609 or 14621827. OLE color: 14621827.
HSL color Cylindrical-coordinate representation of color #831CDF: hue angle of 271.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831CDF is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 28 | 223 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.13 |
| HSL | 271.69º | 0.78% | 0.49% | - |
| HSV(B) | 271.69º | 0.87% | 0.87% | - |
| XYZ | 23.09 | 10.98 | 70.71 | - |
| YUV | 81.03 | 208.12 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 28 | 223 | 0.41 | 0.87 | 0 | 0.13 | 271.69 | 0.78 | 0.49 |
| Hex | 83 | 1C | DF | 29 | 57 | 0 | D | 110 | 4E | 31 |
| Octal | 203 | 34 | 337 | 51 | 127 | 0 | 15 | 420 | 116 | 61 |
| Binary | 10000011 | 11100 | 11011111 | 101001 | 1010111 | 0 | 1101 | 100010000 | 1001110 | 110001 |
Color Harmonies of #831CDF
Complementary color
Monochromatic Colors of #831CDF
Black with #831CDF
Text Example
Text Example
White with #831CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831CDF; }
p { color: rgb(131,28,223); }
H1.HeaderClassName
{
color: #831CDF;
}
.AnyTagClassName
{
color: #831CDF;
}
</style>
background-color css
<style>
a { background-color: #831CDF; }
a { background-color: rgb(131,28,223); }
div.DivClassName
{
background-color: #831CDF;
}
.BgClassName
{
background-color: #831CDF;
}
</style>
border-color css
<style>
span { border-color: #831CDF; }
span { border-color: rgb(131,28,223); }
td.TdClassName
{
border-color: #831CDF;
}
.TagClassName
{
border-color: #831CDF;
}
</style>