Shades of Blue Violet #832ACF
Tints of Blue Violet #832ACF
RGB
CMYK
RGB Variations
Color information
#832ACF (or 0x832ACF) is known color: Blue Violet. HEX triplet: 83, 2A and CF. RGB value is (131,42,207). Sum of RGB (Red+Green+Blue) = 131+42+207=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #832ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832ACF is #7CD530. Grayscale: #565656. Windows color (decimal): -8181041 or 13576835. OLE color: 13576835.
HSL color Cylindrical-coordinate representation of color #832ACF: hue angle of 272.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #832ACF is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 42 | 207 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.19 |
| HSL | 272.36º | 0.66% | 0.49% | - |
| HSV(B) | 272.36º | 0.8% | 0.81% | - |
| XYZ | 21.45 | 10.99 | 60.02 | - |
| YUV | 87.42 | 195.49 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 42 | 207 | 0.37 | 0.80 | 0 | 0.19 | 272.36 | 0.66 | 0.49 |
| Hex | 83 | 2A | CF | 25 | 50 | 0 | 13 | 110 | 42 | 31 |
| Octal | 203 | 52 | 317 | 45 | 120 | 0 | 23 | 420 | 102 | 61 |
| Binary | 10000011 | 101010 | 11001111 | 100101 | 1010000 | 0 | 10011 | 100010000 | 1000010 | 110001 |
Color Harmonies of #832ACF
Complementary color
Monochromatic Colors of #832ACF
Black with #832ACF
Text Example
Text Example
White with #832ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832ACF; }
p { color: rgb(131,42,207); }
H1.HeaderClassName
{
color: #832ACF;
}
.AnyTagClassName
{
color: #832ACF;
}
</style>
background-color css
<style>
a { background-color: #832ACF; }
a { background-color: rgb(131,42,207); }
div.DivClassName
{
background-color: #832ACF;
}
.BgClassName
{
background-color: #832ACF;
}
</style>
border-color css
<style>
span { border-color: #832ACF; }
span { border-color: rgb(131,42,207); }
td.TdClassName
{
border-color: #832ACF;
}
.TagClassName
{
border-color: #832ACF;
}
</style>