Shades of Blue Violet #832CEF
Tints of Blue Violet #832CEF
RGB
CMYK
RGB Variations
Color information
#832CEF (or 0x832CEF) is known color: Blue Violet. HEX triplet: 83, 2C and EF. RGB value is (131,44,239). Sum of RGB (Red+Green+Blue) = 131+44+239=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #832CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #832CEF is #7CD310. Grayscale: #5B5B5B. Windows color (decimal): -8180497 or 15674499. OLE color: 15674499.
HSL color Cylindrical-coordinate representation of color #832CEF: hue angle of 266.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #832CEF is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 44 | 239 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.06 |
| HSL | 266.77º | 0.86% | 0.55% | - |
| HSV(B) | 266.77º | 0.82% | 0.94% | - |
| XYZ | 25.84 | 12.86 | 82.78 | - |
| YUV | 92.24 | 210.82 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 239 | 0.45 | 0.82 | 0 | 0.06 | 266.77 | 0.86 | 0.55 |
| Hex | 83 | 2C | EF | 2D | 52 | 0 | 6 | 10B | 56 | 37 |
| Octal | 203 | 54 | 357 | 55 | 122 | 0 | 6 | 413 | 126 | 67 |
| Binary | 10000011 | 101100 | 11101111 | 101101 | 1010010 | 0 | 110 | 100001011 | 1010110 | 110111 |
Color Harmonies of #832CEF
Complementary color
Monochromatic Colors of #832CEF
Black with #832CEF
Text Example
Text Example
White with #832CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832CEF; }
p { color: rgb(131,44,239); }
H1.HeaderClassName
{
color: #832CEF;
}
.AnyTagClassName
{
color: #832CEF;
}
</style>
background-color css
<style>
a { background-color: #832CEF; }
a { background-color: rgb(131,44,239); }
div.DivClassName
{
background-color: #832CEF;
}
.BgClassName
{
background-color: #832CEF;
}
</style>
border-color css
<style>
span { border-color: #832CEF; }
span { border-color: rgb(131,44,239); }
td.TdClassName
{
border-color: #832CEF;
}
.TagClassName
{
border-color: #832CEF;
}
</style>