Shades of Blue Violet #821ECE
Tints of Blue Violet #821ECE
RGB
CMYK
RGB Variations
Color information
#821ECE (or 0x821ECE) is known color: Blue Violet. HEX triplet: 82, 1E and CE. RGB value is (130,30,206). Sum of RGB (Red+Green+Blue) = 130+30+206=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #821ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821ECE is #7DE131. Grayscale: #4F4F4F. Windows color (decimal): -8249650 or 13508226. OLE color: 13508226.
HSL color Cylindrical-coordinate representation of color #821ECE: hue angle of 274.09º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821ECE is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 30 | 206 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.19 |
| HSL | 274.09º | 0.75% | 0.46% | - |
| HSV(B) | 274.09º | 0.85% | 0.81% | - |
| XYZ | 20.81 | 10.13 | 59.25 | - |
| YUV | 79.96 | 199.13 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 206 | 0.37 | 0.85 | 0 | 0.19 | 274.09 | 0.75 | 0.46 |
| Hex | 82 | 1E | CE | 25 | 55 | 0 | 13 | 112 | 4B | 2E |
| Octal | 202 | 36 | 316 | 45 | 125 | 0 | 23 | 422 | 113 | 56 |
| Binary | 10000010 | 11110 | 11001110 | 100101 | 1010101 | 0 | 10011 | 100010010 | 1001011 | 101110 |
Color Harmonies of #821ECE
Complementary color
Monochromatic Colors of #821ECE
Black with #821ECE
Text Example
Text Example
White with #821ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821ECE; }
p { color: rgb(130,30,206); }
H1.HeaderClassName
{
color: #821ECE;
}
.AnyTagClassName
{
color: #821ECE;
}
</style>
background-color css
<style>
a { background-color: #821ECE; }
a { background-color: rgb(130,30,206); }
div.DivClassName
{
background-color: #821ECE;
}
.BgClassName
{
background-color: #821ECE;
}
</style>
border-color css
<style>
span { border-color: #821ECE; }
span { border-color: rgb(130,30,206); }
td.TdClassName
{
border-color: #821ECE;
}
.TagClassName
{
border-color: #821ECE;
}
</style>