Shades of Blue Violet #832ADE
Tints of Blue Violet #832ADE
RGB
CMYK
RGB Variations
Color information
#832ADE (or 0x832ADE) is known color: Blue Violet. HEX triplet: 83, 2A and DE. RGB value is (131,42,222). Sum of RGB (Red+Green+Blue) = 131+42+222=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #832ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832ADE is #7CD521. Grayscale: #585858. Windows color (decimal): -8181026 or 14559875. OLE color: 14559875.
HSL color Cylindrical-coordinate representation of color #832ADE: hue angle of 269.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #832ADE is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 42 | 222 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.13 |
| HSL | 269.67º | 0.73% | 0.52% | - |
| HSV(B) | 269.67º | 0.81% | 0.87% | - |
| XYZ | 23.37 | 11.76 | 70.14 | - |
| YUV | 89.13 | 202.99 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 42 | 222 | 0.41 | 0.81 | 0 | 0.13 | 269.67 | 0.73 | 0.52 |
| Hex | 83 | 2A | DE | 29 | 51 | 0 | D | 10E | 49 | 34 |
| Octal | 203 | 52 | 336 | 51 | 121 | 0 | 15 | 416 | 111 | 64 |
| Binary | 10000011 | 101010 | 11011110 | 101001 | 1010001 | 0 | 1101 | 100001110 | 1001001 | 110100 |
Color Harmonies of #832ADE
Complementary color
Monochromatic Colors of #832ADE
Black with #832ADE
Text Example
Text Example
White with #832ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832ADE; }
p { color: rgb(131,42,222); }
H1.HeaderClassName
{
color: #832ADE;
}
.AnyTagClassName
{
color: #832ADE;
}
</style>
background-color css
<style>
a { background-color: #832ADE; }
a { background-color: rgb(131,42,222); }
div.DivClassName
{
background-color: #832ADE;
}
.BgClassName
{
background-color: #832ADE;
}
</style>
border-color css
<style>
span { border-color: #832ADE; }
span { border-color: rgb(131,42,222); }
td.TdClassName
{
border-color: #832ADE;
}
.TagClassName
{
border-color: #832ADE;
}
</style>