Shades of Blue Violet #8211DF
Tints of Blue Violet #8211DF
RGB
CMYK
RGB Variations
Color information
#8211DF (or 0x8211DF) is known color: Blue Violet. HEX triplet: 82, 11 and DF. RGB value is (130,17,223). Sum of RGB (Red+Green+Blue) = 130+17+223=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #8211DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8211DF is #7DEE20. Grayscale: #494949. Windows color (decimal): -8252961 or 14619010. OLE color: 14619010.
HSL color Cylindrical-coordinate representation of color #8211DF: hue angle of 272.91º 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 #8211DF is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 17 | 223 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.13 |
| HSL | 272.91º | 0.86% | 0.47% | - |
| HSV(B) | 272.91º | 0.92% | 0.87% | - |
| XYZ | 22.73 | 10.47 | 70.64 | - |
| YUV | 74.27 | 211.94 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 223 | 0.42 | 0.92 | 0 | 0.13 | 272.91 | 0.86 | 0.47 |
| Hex | 82 | 11 | DF | 2A | 5C | 0 | D | 111 | 56 | 2F |
| Octal | 202 | 21 | 337 | 52 | 134 | 0 | 15 | 421 | 126 | 57 |
| Binary | 10000010 | 10001 | 11011111 | 101010 | 1011100 | 0 | 1101 | 100010001 | 1010110 | 101111 |
Color Harmonies of #8211DF
Complementary color
Monochromatic Colors of #8211DF
Black with #8211DF
Text Example
Text Example
White with #8211DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8211DF; }
p { color: rgb(130,17,223); }
H1.HeaderClassName
{
color: #8211DF;
}
.AnyTagClassName
{
color: #8211DF;
}
</style>
background-color css
<style>
a { background-color: #8211DF; }
a { background-color: rgb(130,17,223); }
div.DivClassName
{
background-color: #8211DF;
}
.BgClassName
{
background-color: #8211DF;
}
</style>
border-color css
<style>
span { border-color: #8211DF; }
span { border-color: rgb(130,17,223); }
td.TdClassName
{
border-color: #8211DF;
}
.TagClassName
{
border-color: #8211DF;
}
</style>