Shades of Blue Violet #820BEE
Tints of Blue Violet #820BEE
RGB
CMYK
RGB Variations
Color information
#820BEE (or 0x820BEE) is known color: Blue Violet. HEX triplet: 82, 0B and EE. RGB value is (130,11,238). Sum of RGB (Red+Green+Blue) = 130+11+238=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #820BEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820BEE is #7DF411. Grayscale: #474747. Windows color (decimal): -8254482 or 15600514. OLE color: 15600514.
HSL color Cylindrical-coordinate representation of color #820BEE: hue angle of 271.45º 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 #820BEE is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 11 | 238 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.07 |
| HSL | 271.45º | 0.91% | 0.49% | - |
| HSV(B) | 271.45º | 0.95% | 0.93% | - |
| XYZ | 24.76 | 11.16 | 81.74 | - |
| YUV | 72.46 | 221.42 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 238 | 0.45 | 0.95 | 0 | 0.07 | 271.45 | 0.91 | 0.49 |
| Hex | 82 | B | EE | 2D | 5F | 0 | 7 | 10F | 5B | 31 |
| Octal | 202 | 13 | 356 | 55 | 137 | 0 | 7 | 417 | 133 | 61 |
| Binary | 10000010 | 1011 | 11101110 | 101101 | 1011111 | 0 | 111 | 100001111 | 1011011 | 110001 |
Color Harmonies of #820BEE
Complementary color
Monochromatic Colors of #820BEE
Black with #820BEE
Text Example
Text Example
White with #820BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820BEE; }
p { color: rgb(130,11,238); }
H1.HeaderClassName
{
color: #820BEE;
}
.AnyTagClassName
{
color: #820BEE;
}
</style>
background-color css
<style>
a { background-color: #820BEE; }
a { background-color: rgb(130,11,238); }
div.DivClassName
{
background-color: #820BEE;
}
.BgClassName
{
background-color: #820BEE;
}
</style>
border-color css
<style>
span { border-color: #820BEE; }
span { border-color: rgb(130,11,238); }
td.TdClassName
{
border-color: #820BEE;
}
.TagClassName
{
border-color: #820BEE;
}
</style>