Shades of Blue Violet #820BEF
Tints of Blue Violet #820BEF
RGB
CMYK
RGB Variations
Color information
#820BEF (or 0x820BEF) is known color: Blue Violet. HEX triplet: 82, 0B and EF. RGB value is (130,11,239). Sum of RGB (Red+Green+Blue) = 130+11+239=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #820BEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820BEF is #7DF410. Grayscale: #474747. Windows color (decimal): -8254481 or 15666050. OLE color: 15666050.
HSL color Cylindrical-coordinate representation of color #820BEF: hue angle of 271.32º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820BEF is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 11 | 239 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.06 |
| HSL | 271.32º | 0.91% | 0.49% | - |
| HSV(B) | 271.32º | 0.95% | 0.94% | - |
| XYZ | 24.91 | 11.22 | 82.51 | - |
| YUV | 72.57 | 221.92 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 239 | 0.46 | 0.95 | 0 | 0.06 | 271.32 | 0.91 | 0.49 |
| Hex | 82 | B | EF | 2E | 5F | 0 | 6 | 10F | 5B | 31 |
| Octal | 202 | 13 | 357 | 56 | 137 | 0 | 6 | 417 | 133 | 61 |
| Binary | 10000010 | 1011 | 11101111 | 101110 | 1011111 | 0 | 110 | 100001111 | 1011011 | 110001 |
Color Harmonies of #820BEF
Complementary color
Monochromatic Colors of #820BEF
Black with #820BEF
Text Example
Text Example
White with #820BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820BEF; }
p { color: rgb(130,11,239); }
H1.HeaderClassName
{
color: #820BEF;
}
.AnyTagClassName
{
color: #820BEF;
}
</style>
background-color css
<style>
a { background-color: #820BEF; }
a { background-color: rgb(130,11,239); }
div.DivClassName
{
background-color: #820BEF;
}
.BgClassName
{
background-color: #820BEF;
}
</style>
border-color css
<style>
span { border-color: #820BEF; }
span { border-color: rgb(130,11,239); }
td.TdClassName
{
border-color: #820BEF;
}
.TagClassName
{
border-color: #820BEF;
}
</style>