Shades of Blue Violet #821CD3
Tints of Blue Violet #821CD3
RGB
CMYK
RGB Variations
Color information
#821CD3 (or 0x821CD3) is known color: Blue Violet. HEX triplet: 82, 1C and D3. RGB value is (130,28,211). Sum of RGB (Red+Green+Blue) = 130+28+211=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 211 (82.81% from 255 or 57.18% from 369); Max value from RGB is 211 - color contains mainly: blue. Hex color #821CD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821CD3 is #7DE32C. Grayscale: #4E4E4E. Windows color (decimal): -8250157 or 13835394. OLE color: 13835394.
HSL color Cylindrical-coordinate representation of color #821CD3: hue angle of 273.44º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821CD3 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 130 | 28 | 211 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.17 |
| HSL | 273.44º | 0.77% | 0.47% | - |
| HSV(B) | 273.44º | 0.87% | 0.83% | - |
| XYZ | 21.38 | 10.28 | 62.49 | - |
| YUV | 79.36 | 202.29 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 28 | 211 | 0.38 | 0.87 | 0 | 0.17 | 273.44 | 0.77 | 0.47 |
| Hex | 82 | 1C | D3 | 26 | 57 | 0 | 11 | 111 | 4D | 2F |
| Octal | 202 | 34 | 323 | 46 | 127 | 0 | 21 | 421 | 115 | 57 |
| Binary | 10000010 | 11100 | 11010011 | 100110 | 1010111 | 0 | 10001 | 100010001 | 1001101 | 101111 |
Color Harmonies of #821CD3
Complementary color
Monochromatic Colors of #821CD3
Black with #821CD3
Text Example
Text Example
White with #821CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821CD3; }
p { color: rgb(130,28,211); }
H1.HeaderClassName
{
color: #821CD3;
}
.AnyTagClassName
{
color: #821CD3;
}
</style>
background-color css
<style>
a { background-color: #821CD3; }
a { background-color: rgb(130,28,211); }
div.DivClassName
{
background-color: #821CD3;
}
.BgClassName
{
background-color: #821CD3;
}
</style>
border-color css
<style>
span { border-color: #821CD3; }
span { border-color: rgb(130,28,211); }
td.TdClassName
{
border-color: #821CD3;
}
.TagClassName
{
border-color: #821CD3;
}
</style>