Shades of Blue Violet #832ADC
Tints of Blue Violet #832ADC
RGB
CMYK
RGB Variations
Color information
#832ADC (or 0x832ADC) is known color: Blue Violet. HEX triplet: 83, 2A and DC. RGB value is (131,42,220). Sum of RGB (Red+Green+Blue) = 131+42+220=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #832ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832ADC is #7CD523. Grayscale: #585858. Windows color (decimal): -8181028 or 14428803. OLE color: 14428803.
HSL color Cylindrical-coordinate representation of color #832ADC: hue angle of 270º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #832ADC is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 42 | 220 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.14 |
| HSL | 270º | 0.72% | 0.51% | - |
| HSV(B) | 270º | 0.81% | 0.86% | - |
| XYZ | 23.11 | 11.65 | 68.74 | - |
| YUV | 88.9 | 201.99 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 42 | 220 | 0.40 | 0.81 | 0 | 0.14 | 270 | 0.72 | 0.51 |
| Hex | 83 | 2A | DC | 28 | 51 | 0 | E | 10E | 48 | 33 |
| Octal | 203 | 52 | 334 | 50 | 121 | 0 | 16 | 416 | 110 | 63 |
| Binary | 10000011 | 101010 | 11011100 | 101000 | 1010001 | 0 | 1110 | 100001110 | 1001000 | 110011 |
Color Harmonies of #832ADC
Complementary color
Monochromatic Colors of #832ADC
Black with #832ADC
Text Example
Text Example
White with #832ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832ADC; }
p { color: rgb(131,42,220); }
H1.HeaderClassName
{
color: #832ADC;
}
.AnyTagClassName
{
color: #832ADC;
}
</style>
background-color css
<style>
a { background-color: #832ADC; }
a { background-color: rgb(131,42,220); }
div.DivClassName
{
background-color: #832ADC;
}
.BgClassName
{
background-color: #832ADC;
}
</style>
border-color css
<style>
span { border-color: #832ADC; }
span { border-color: rgb(131,42,220); }
td.TdClassName
{
border-color: #832ADC;
}
.TagClassName
{
border-color: #832ADC;
}
</style>