Shades of Blue Violet #832FE5
Tints of Blue Violet #832FE5
RGB
CMYK
RGB Variations
Color information
#832FE5 (or 0x832FE5) is known color: Blue Violet. HEX triplet: 83, 2F and E5. RGB value is (131,47,229). Sum of RGB (Red+Green+Blue) = 131+47+229=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 229 (89.84% from 255 or 56.27% from 407); Max value from RGB is 229 - color contains mainly: blue. Hex color #832FE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832FE5 is #7CD01A. Grayscale: #5C5C5C. Windows color (decimal): -8179739 or 15019907. OLE color: 15019907.
HSL color Cylindrical-coordinate representation of color #832FE5: hue angle of 267.69º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #832FE5 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 47 | 229 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.10 |
| HSL | 267.69º | 0.78% | 0.54% | - |
| HSV(B) | 267.69º | 0.79% | 0.9% | - |
| XYZ | 24.52 | 12.52 | 75.25 | - |
| YUV | 92.86 | 204.83 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 47 | 229 | 0.43 | 0.79 | 0 | 0.10 | 267.69 | 0.78 | 0.54 |
| Hex | 83 | 2F | E5 | 2B | 4F | 0 | A | 10C | 4E | 36 |
| Octal | 203 | 57 | 345 | 53 | 117 | 0 | 12 | 414 | 116 | 66 |
| Binary | 10000011 | 101111 | 11100101 | 101011 | 1001111 | 0 | 1010 | 100001100 | 1001110 | 110110 |
Color Harmonies of #832FE5
Complementary color
Monochromatic Colors of #832FE5
Black with #832FE5
Text Example
Text Example
White with #832FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832FE5; }
p { color: rgb(131,47,229); }
H1.HeaderClassName
{
color: #832FE5;
}
.AnyTagClassName
{
color: #832FE5;
}
</style>
background-color css
<style>
a { background-color: #832FE5; }
a { background-color: rgb(131,47,229); }
div.DivClassName
{
background-color: #832FE5;
}
.BgClassName
{
background-color: #832FE5;
}
</style>
border-color css
<style>
span { border-color: #832FE5; }
span { border-color: rgb(131,47,229); }
td.TdClassName
{
border-color: #832FE5;
}
.TagClassName
{
border-color: #832FE5;
}
</style>