Shades of Blue Violet #820FE6
Tints of Blue Violet #820FE6
RGB
CMYK
RGB Variations
Color information
#820FE6 (or 0x820FE6) is known color: Blue Violet. HEX triplet: 82, 0F and E6. RGB value is (130,15,230). Sum of RGB (Red+Green+Blue) = 130+15+230=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 230 (90.23% from 255 or 61.33% from 375); Max value from RGB is 230 - color contains mainly: blue. Hex color #820FE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820FE6 is #7DF019. Grayscale: #494949. Windows color (decimal): -8253466 or 15077250. OLE color: 15077250.
HSL color Cylindrical-coordinate representation of color #820FE6: hue angle of 272.09º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820FE6 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 15 | 230 | - |
| CMYK | 0.43 | 0.93 | 0 | 0.10 |
| HSL | 272.09º | 0.88% | 0.48% | - |
| HSV(B) | 272.09º | 0.93% | 0.9% | - |
| XYZ | 23.66 | 10.8 | 75.7 | - |
| YUV | 73.9 | 216.1 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 230 | 0.43 | 0.93 | 0 | 0.10 | 272.09 | 0.88 | 0.48 |
| Hex | 82 | F | E6 | 2B | 5D | 0 | A | 110 | 58 | 30 |
| Octal | 202 | 17 | 346 | 53 | 135 | 0 | 12 | 420 | 130 | 60 |
| Binary | 10000010 | 1111 | 11100110 | 101011 | 1011101 | 0 | 1010 | 100010000 | 1011000 | 110000 |
Color Harmonies of #820FE6
Complementary color
Monochromatic Colors of #820FE6
Black with #820FE6
Text Example
Text Example
White with #820FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820FE6; }
p { color: rgb(130,15,230); }
H1.HeaderClassName
{
color: #820FE6;
}
.AnyTagClassName
{
color: #820FE6;
}
</style>
background-color css
<style>
a { background-color: #820FE6; }
a { background-color: rgb(130,15,230); }
div.DivClassName
{
background-color: #820FE6;
}
.BgClassName
{
background-color: #820FE6;
}
</style>
border-color css
<style>
span { border-color: #820FE6; }
span { border-color: rgb(130,15,230); }
td.TdClassName
{
border-color: #820FE6;
}
.TagClassName
{
border-color: #820FE6;
}
</style>