Shades of Blue Violet #8213DF
Tints of Blue Violet #8213DF
RGB
CMYK
RGB Variations
Color information
#8213DF (or 0x8213DF) is known color: Blue Violet. HEX triplet: 82, 13 and DF. RGB value is (130,19,223). Sum of RGB (Red+Green+Blue) = 130+19+223=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #8213DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8213DF is #7DEC20. Grayscale: #4A4A4A. Windows color (decimal): -8252449 or 14619522. OLE color: 14619522.
HSL color Cylindrical-coordinate representation of color #8213DF: hue angle of 272.65º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8213DF is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 19 | 223 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.13 |
| HSL | 272.65º | 0.84% | 0.47% | - |
| HSV(B) | 272.65º | 0.91% | 0.87% | - |
| XYZ | 22.76 | 10.54 | 70.65 | - |
| YUV | 75.45 | 211.27 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 223 | 0.42 | 0.91 | 0 | 0.13 | 272.65 | 0.84 | 0.47 |
| Hex | 82 | 13 | DF | 2A | 5B | 0 | D | 111 | 54 | 2F |
| Octal | 202 | 23 | 337 | 52 | 133 | 0 | 15 | 421 | 124 | 57 |
| Binary | 10000010 | 10011 | 11011111 | 101010 | 1011011 | 0 | 1101 | 100010001 | 1010100 | 101111 |
Color Harmonies of #8213DF
Complementary color
Monochromatic Colors of #8213DF
Black with #8213DF
Text Example
Text Example
White with #8213DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8213DF; }
p { color: rgb(130,19,223); }
H1.HeaderClassName
{
color: #8213DF;
}
.AnyTagClassName
{
color: #8213DF;
}
</style>
background-color css
<style>
a { background-color: #8213DF; }
a { background-color: rgb(130,19,223); }
div.DivClassName
{
background-color: #8213DF;
}
.BgClassName
{
background-color: #8213DF;
}
</style>
border-color css
<style>
span { border-color: #8213DF; }
span { border-color: rgb(130,19,223); }
td.TdClassName
{
border-color: #8213DF;
}
.TagClassName
{
border-color: #8213DF;
}
</style>