Shades of Blue Violet #8213DA
Tints of Blue Violet #8213DA
RGB
CMYK
RGB Variations
Color information
#8213DA (or 0x8213DA) is known color: Blue Violet. HEX triplet: 82, 13 and DA. RGB value is (130,19,218). Sum of RGB (Red+Green+Blue) = 130+19+218=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #8213DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8213DA is #7DEC25. Grayscale: #4A4A4A. Windows color (decimal): -8252454 or 14291842. OLE color: 14291842.
HSL color Cylindrical-coordinate representation of color #8213DA: hue angle of 273.47º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8213DA is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 19 | 218 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.15 |
| HSL | 273.47º | 0.84% | 0.46% | - |
| HSV(B) | 273.47º | 0.91% | 0.85% | - |
| XYZ | 22.09 | 10.27 | 67.15 | - |
| YUV | 74.88 | 208.77 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 218 | 0.40 | 0.91 | 0 | 0.15 | 273.47 | 0.84 | 0.46 |
| Hex | 82 | 13 | DA | 28 | 5B | 0 | F | 111 | 54 | 2E |
| Octal | 202 | 23 | 332 | 50 | 133 | 0 | 17 | 421 | 124 | 56 |
| Binary | 10000010 | 10011 | 11011010 | 101000 | 1011011 | 0 | 1111 | 100010001 | 1010100 | 101110 |
Color Harmonies of #8213DA
Complementary color
Monochromatic Colors of #8213DA
Black with #8213DA
Text Example
Text Example
White with #8213DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8213DA; }
p { color: rgb(130,19,218); }
H1.HeaderClassName
{
color: #8213DA;
}
.AnyTagClassName
{
color: #8213DA;
}
</style>
background-color css
<style>
a { background-color: #8213DA; }
a { background-color: rgb(130,19,218); }
div.DivClassName
{
background-color: #8213DA;
}
.BgClassName
{
background-color: #8213DA;
}
</style>
border-color css
<style>
span { border-color: #8213DA; }
span { border-color: rgb(130,19,218); }
td.TdClassName
{
border-color: #8213DA;
}
.TagClassName
{
border-color: #8213DA;
}
</style>