Shades of Blue Violet #820FE2
Tints of Blue Violet #820FE2
RGB
CMYK
RGB Variations
Color information
#820FE2 (or 0x820FE2) is known color: Blue Violet. HEX triplet: 82, 0F and E2. RGB value is (130,15,226). Sum of RGB (Red+Green+Blue) = 130+15+226=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 226 (88.67% from 255 or 60.92% from 371); Max value from RGB is 226 - color contains mainly: blue. Hex color #820FE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820FE2 is #7DF01D. Grayscale: #484848. Windows color (decimal): -8253470 or 14815106. OLE color: 14815106.
HSL color Cylindrical-coordinate representation of color #820FE2: hue angle of 272.7º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820FE2 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 15 | 226 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.11 |
| HSL | 272.7º | 0.88% | 0.47% | - |
| HSV(B) | 272.7º | 0.93% | 0.89% | - |
| XYZ | 23.1 | 10.58 | 72.78 | - |
| YUV | 73.44 | 214.1 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 226 | 0.42 | 0.93 | 0 | 0.11 | 272.7 | 0.88 | 0.47 |
| Hex | 82 | F | E2 | 2A | 5D | 0 | B | 111 | 58 | 2F |
| Octal | 202 | 17 | 342 | 52 | 135 | 0 | 13 | 421 | 130 | 57 |
| Binary | 10000010 | 1111 | 11100010 | 101010 | 1011101 | 0 | 1011 | 100010001 | 1011000 | 101111 |
Color Harmonies of #820FE2
Complementary color
Monochromatic Colors of #820FE2
Black with #820FE2
Text Example
Text Example
White with #820FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820FE2; }
p { color: rgb(130,15,226); }
H1.HeaderClassName
{
color: #820FE2;
}
.AnyTagClassName
{
color: #820FE2;
}
</style>
background-color css
<style>
a { background-color: #820FE2; }
a { background-color: rgb(130,15,226); }
div.DivClassName
{
background-color: #820FE2;
}
.BgClassName
{
background-color: #820FE2;
}
</style>
border-color css
<style>
span { border-color: #820FE2; }
span { border-color: rgb(130,15,226); }
td.TdClassName
{
border-color: #820FE2;
}
.TagClassName
{
border-color: #820FE2;
}
</style>