Shades of Blue Violet #8211DD
Tints of Blue Violet #8211DD
RGB
CMYK
RGB Variations
Color information
#8211DD (or 0x8211DD) is known color: Blue Violet. HEX triplet: 82, 11 and DD. RGB value is (130,17,221). Sum of RGB (Red+Green+Blue) = 130+17+221=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #8211DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8211DD is #7DEE22. Grayscale: #494949. Windows color (decimal): -8252963 or 14487938. OLE color: 14487938.
HSL color Cylindrical-coordinate representation of color #8211DD: hue angle of 273.24º 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 #8211DD is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 17 | 221 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.13 |
| HSL | 273.24º | 0.86% | 0.47% | - |
| HSV(B) | 273.24º | 0.92% | 0.87% | - |
| XYZ | 22.46 | 10.37 | 69.22 | - |
| YUV | 74.04 | 210.94 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 221 | 0.41 | 0.92 | 0 | 0.13 | 273.24 | 0.86 | 0.47 |
| Hex | 82 | 11 | DD | 29 | 5C | 0 | D | 111 | 56 | 2F |
| Octal | 202 | 21 | 335 | 51 | 134 | 0 | 15 | 421 | 126 | 57 |
| Binary | 10000010 | 10001 | 11011101 | 101001 | 1011100 | 0 | 1101 | 100010001 | 1010110 | 101111 |
Color Harmonies of #8211DD
Complementary color
Monochromatic Colors of #8211DD
Black with #8211DD
Text Example
Text Example
White with #8211DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8211DD; }
p { color: rgb(130,17,221); }
H1.HeaderClassName
{
color: #8211DD;
}
.AnyTagClassName
{
color: #8211DD;
}
</style>
background-color css
<style>
a { background-color: #8211DD; }
a { background-color: rgb(130,17,221); }
div.DivClassName
{
background-color: #8211DD;
}
.BgClassName
{
background-color: #8211DD;
}
</style>
border-color css
<style>
span { border-color: #8211DD; }
span { border-color: rgb(130,17,221); }
td.TdClassName
{
border-color: #8211DD;
}
.TagClassName
{
border-color: #8211DD;
}
</style>