Shades of Blue Violet #8215EB
Tints of Blue Violet #8215EB
RGB
CMYK
RGB Variations
Color information
#8215EB (or 0x8215EB) is known color: Blue Violet. HEX triplet: 82, 15 and EB. RGB value is (130,21,235). Sum of RGB (Red+Green+Blue) = 130+21+235=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #8215EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8215EB is #7DEA14. Grayscale: #4D4D4D. Windows color (decimal): -8251925 or 15406466. OLE color: 15406466.
HSL color Cylindrical-coordinate representation of color #8215EB: hue angle of 270.56º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8215EB is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 21 | 235 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.08 |
| HSL | 270.56º | 0.84% | 0.5% | - |
| HSV(B) | 270.56º | 0.91% | 0.92% | - |
| XYZ | 24.47 | 11.28 | 79.48 | - |
| YUV | 77.99 | 216.61 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 235 | 0.45 | 0.91 | 0 | 0.08 | 270.56 | 0.84 | 0.5 |
| Hex | 82 | 15 | EB | 2D | 5B | 0 | 8 | 10F | 54 | 32 |
| Octal | 202 | 25 | 353 | 55 | 133 | 0 | 10 | 417 | 124 | 62 |
| Binary | 10000010 | 10101 | 11101011 | 101101 | 1011011 | 0 | 1000 | 100001111 | 1010100 | 110010 |
Color Harmonies of #8215EB
Complementary color
Monochromatic Colors of #8215EB
Black with #8215EB
Text Example
Text Example
White with #8215EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8215EB; }
p { color: rgb(130,21,235); }
H1.HeaderClassName
{
color: #8215EB;
}
.AnyTagClassName
{
color: #8215EB;
}
</style>
background-color css
<style>
a { background-color: #8215EB; }
a { background-color: rgb(130,21,235); }
div.DivClassName
{
background-color: #8215EB;
}
.BgClassName
{
background-color: #8215EB;
}
</style>
border-color css
<style>
span { border-color: #8215EB; }
span { border-color: rgb(130,21,235); }
td.TdClassName
{
border-color: #8215EB;
}
.TagClassName
{
border-color: #8215EB;
}
</style>