Shades of Blue Violet #832DD4
Tints of Blue Violet #832DD4
RGB
CMYK
RGB Variations
Color information
#832DD4 (or 0x832DD4) is known color: Blue Violet. HEX triplet: 83, 2D and D4. RGB value is (131,45,212). Sum of RGB (Red+Green+Blue) = 131+45+212=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 212 (83.20% from 255 or 54.64% from 388); Max value from RGB is 212 - color contains mainly: blue. Hex color #832DD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832DD4 is #7CD22B. Grayscale: #595959. Windows color (decimal): -8180268 or 13905283. OLE color: 13905283.
HSL color Cylindrical-coordinate representation of color #832DD4: hue angle of 270.9º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #832DD4 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 45 | 212 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.17 |
| HSL | 270.9º | 0.66% | 0.5% | - |
| HSV(B) | 270.9º | 0.79% | 0.83% | - |
| XYZ | 22.18 | 11.46 | 63.33 | - |
| YUV | 89.75 | 196.99 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 212 | 0.38 | 0.79 | 0 | 0.17 | 270.9 | 0.66 | 0.5 |
| Hex | 83 | 2D | D4 | 26 | 4F | 0 | 11 | 10F | 42 | 32 |
| Octal | 203 | 55 | 324 | 46 | 117 | 0 | 21 | 417 | 102 | 62 |
| Binary | 10000011 | 101101 | 11010100 | 100110 | 1001111 | 0 | 10001 | 100001111 | 1000010 | 110010 |
Color Harmonies of #832DD4
Complementary color
Monochromatic Colors of #832DD4
Black with #832DD4
Text Example
Text Example
White with #832DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832DD4; }
p { color: rgb(131,45,212); }
H1.HeaderClassName
{
color: #832DD4;
}
.AnyTagClassName
{
color: #832DD4;
}
</style>
background-color css
<style>
a { background-color: #832DD4; }
a { background-color: rgb(131,45,212); }
div.DivClassName
{
background-color: #832DD4;
}
.BgClassName
{
background-color: #832DD4;
}
</style>
border-color css
<style>
span { border-color: #832DD4; }
span { border-color: rgb(131,45,212); }
td.TdClassName
{
border-color: #832DD4;
}
.TagClassName
{
border-color: #832DD4;
}
</style>