Shades of Blue Violet #820BED
Tints of Blue Violet #820BED
RGB
CMYK
RGB Variations
Color information
#820BED (or 0x820BED) is known color: Blue Violet. HEX triplet: 82, 0B and ED. RGB value is (130,11,237). Sum of RGB (Red+Green+Blue) = 130+11+237=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #820BED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820BED is #7DF412. Grayscale: #474747. Windows color (decimal): -8254483 or 15534978. OLE color: 15534978.
HSL color Cylindrical-coordinate representation of color #820BED: hue angle of 271.59º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820BED is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 11 | 237 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.07 |
| HSL | 271.59º | 0.91% | 0.49% | - |
| HSV(B) | 271.59º | 0.95% | 0.93% | - |
| XYZ | 24.61 | 11.1 | 80.97 | - |
| YUV | 72.35 | 220.92 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 237 | 0.45 | 0.95 | 0 | 0.07 | 271.59 | 0.91 | 0.49 |
| Hex | 82 | B | ED | 2D | 5F | 0 | 7 | 110 | 5B | 31 |
| Octal | 202 | 13 | 355 | 55 | 137 | 0 | 7 | 420 | 133 | 61 |
| Binary | 10000010 | 1011 | 11101101 | 101101 | 1011111 | 0 | 111 | 100010000 | 1011011 | 110001 |
Color Harmonies of #820BED
Complementary color
Monochromatic Colors of #820BED
Black with #820BED
Text Example
Text Example
White with #820BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820BED; }
p { color: rgb(130,11,237); }
H1.HeaderClassName
{
color: #820BED;
}
.AnyTagClassName
{
color: #820BED;
}
</style>
background-color css
<style>
a { background-color: #820BED; }
a { background-color: rgb(130,11,237); }
div.DivClassName
{
background-color: #820BED;
}
.BgClassName
{
background-color: #820BED;
}
</style>
border-color css
<style>
span { border-color: #820BED; }
span { border-color: rgb(130,11,237); }
td.TdClassName
{
border-color: #820BED;
}
.TagClassName
{
border-color: #820BED;
}
</style>