Shades of Blue Violet #8211DE
Tints of Blue Violet #8211DE
RGB
CMYK
RGB Variations
Color information
#8211DE (or 0x8211DE) is known color: Blue Violet. HEX triplet: 82, 11 and DE. RGB value is (130,17,222). Sum of RGB (Red+Green+Blue) = 130+17+222=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #8211DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8211DE is #7DEE21. Grayscale: #494949. Windows color (decimal): -8252962 or 14553474. OLE color: 14553474.
HSL color Cylindrical-coordinate representation of color #8211DE: hue angle of 273.07º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8211DE is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 17 | 222 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.13 |
| HSL | 273.07º | 0.86% | 0.47% | - |
| HSV(B) | 273.07º | 0.92% | 0.87% | - |
| XYZ | 22.59 | 10.42 | 69.93 | - |
| YUV | 74.16 | 211.44 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 222 | 0.41 | 0.92 | 0 | 0.13 | 273.07 | 0.86 | 0.47 |
| Hex | 82 | 11 | DE | 29 | 5C | 0 | D | 111 | 56 | 2F |
| Octal | 202 | 21 | 336 | 51 | 134 | 0 | 15 | 421 | 126 | 57 |
| Binary | 10000010 | 10001 | 11011110 | 101001 | 1011100 | 0 | 1101 | 100010001 | 1010110 | 101111 |
Color Harmonies of #8211DE
Complementary color
Monochromatic Colors of #8211DE
Black with #8211DE
Text Example
Text Example
White with #8211DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8211DE; }
p { color: rgb(130,17,222); }
H1.HeaderClassName
{
color: #8211DE;
}
.AnyTagClassName
{
color: #8211DE;
}
</style>
background-color css
<style>
a { background-color: #8211DE; }
a { background-color: rgb(130,17,222); }
div.DivClassName
{
background-color: #8211DE;
}
.BgClassName
{
background-color: #8211DE;
}
</style>
border-color css
<style>
span { border-color: #8211DE; }
span { border-color: rgb(130,17,222); }
td.TdClassName
{
border-color: #8211DE;
}
.TagClassName
{
border-color: #8211DE;
}
</style>