Shades of Blue Violet #831CE5
Tints of Blue Violet #831CE5
RGB
CMYK
RGB Variations
Color information
#831CE5 (or 0x831CE5) is known color: Blue Violet. HEX triplet: 83, 1C and E5. RGB value is (131,28,229). Sum of RGB (Red+Green+Blue) = 131+28+229=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 229 (89.84% from 255 or 59.02% from 388); Max value from RGB is 229 - color contains mainly: blue. Hex color #831CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831CE5 is #7CE31A. Grayscale: #515151. Windows color (decimal): -8184603 or 15015043. OLE color: 15015043.
HSL color Cylindrical-coordinate representation of color #831CE5: hue angle of 270.75º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831CE5 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 28 | 229 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.10 |
| HSL | 270.75º | 0.79% | 0.5% | - |
| HSV(B) | 270.75º | 0.88% | 0.9% | - |
| XYZ | 23.92 | 11.31 | 75.05 | - |
| YUV | 81.71 | 211.12 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 28 | 229 | 0.43 | 0.88 | 0 | 0.10 | 270.75 | 0.79 | 0.5 |
| Hex | 83 | 1C | E5 | 2B | 58 | 0 | A | 10F | 4F | 32 |
| Octal | 203 | 34 | 345 | 53 | 130 | 0 | 12 | 417 | 117 | 62 |
| Binary | 10000011 | 11100 | 11100101 | 101011 | 1011000 | 0 | 1010 | 100001111 | 1001111 | 110010 |
Color Harmonies of #831CE5
Complementary color
Monochromatic Colors of #831CE5
Black with #831CE5
Text Example
Text Example
White with #831CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831CE5; }
p { color: rgb(131,28,229); }
H1.HeaderClassName
{
color: #831CE5;
}
.AnyTagClassName
{
color: #831CE5;
}
</style>
background-color css
<style>
a { background-color: #831CE5; }
a { background-color: rgb(131,28,229); }
div.DivClassName
{
background-color: #831CE5;
}
.BgClassName
{
background-color: #831CE5;
}
</style>
border-color css
<style>
span { border-color: #831CE5; }
span { border-color: rgb(131,28,229); }
td.TdClassName
{
border-color: #831CE5;
}
.TagClassName
{
border-color: #831CE5;
}
</style>