Shades of Blue Violet #821CE9
Tints of Blue Violet #821CE9
RGB
CMYK
RGB Variations
Color information
#821CE9 (or 0x821CE9) is known color: Blue Violet. HEX triplet: 82, 1C and E9. RGB value is (130,28,233). Sum of RGB (Red+Green+Blue) = 130+28+233=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 233 (91.41% from 255 or 59.59% from 391); Max value from RGB is 233 - color contains mainly: blue. Hex color #821CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821CE9 is #7DE316. Grayscale: #515151. Windows color (decimal): -8250135 or 15277186. OLE color: 15277186.
HSL color Cylindrical-coordinate representation of color #821CE9: hue angle of 269.85º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821CE9 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 28 | 233 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.09 |
| HSL | 269.85º | 0.82% | 0.51% | - |
| HSV(B) | 269.85º | 0.88% | 0.91% | - |
| XYZ | 24.33 | 11.46 | 78.02 | - |
| YUV | 81.87 | 213.29 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 28 | 233 | 0.44 | 0.88 | 0 | 0.09 | 269.85 | 0.82 | 0.51 |
| Hex | 82 | 1C | E9 | 2C | 58 | 0 | 9 | 10E | 52 | 33 |
| Octal | 202 | 34 | 351 | 54 | 130 | 0 | 11 | 416 | 122 | 63 |
| Binary | 10000010 | 11100 | 11101001 | 101100 | 1011000 | 0 | 1001 | 100001110 | 1010010 | 110011 |
Color Harmonies of #821CE9
Complementary color
Monochromatic Colors of #821CE9
Black with #821CE9
Text Example
Text Example
White with #821CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821CE9; }
p { color: rgb(130,28,233); }
H1.HeaderClassName
{
color: #821CE9;
}
.AnyTagClassName
{
color: #821CE9;
}
</style>
background-color css
<style>
a { background-color: #821CE9; }
a { background-color: rgb(130,28,233); }
div.DivClassName
{
background-color: #821CE9;
}
.BgClassName
{
background-color: #821CE9;
}
</style>
border-color css
<style>
span { border-color: #821CE9; }
span { border-color: rgb(130,28,233); }
td.TdClassName
{
border-color: #821CE9;
}
.TagClassName
{
border-color: #821CE9;
}
</style>