Shades of Blue Violet #8214DA
Tints of Blue Violet #8214DA
RGB
CMYK
RGB Variations
Color information
#8214DA (or 0x8214DA) is known color: Blue Violet. HEX triplet: 82, 14 and DA. RGB value is (130,20,218). Sum of RGB (Red+Green+Blue) = 130+20+218=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #8214DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8214DA is #7DEB25. Grayscale: #4A4A4A. Windows color (decimal): -8252198 or 14292098. OLE color: 14292098.
HSL color Cylindrical-coordinate representation of color #8214DA: hue angle of 273.33º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8214DA is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 20 | 218 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.15 |
| HSL | 273.33º | 0.83% | 0.47% | - |
| HSV(B) | 273.33º | 0.91% | 0.85% | - |
| XYZ | 22.11 | 10.31 | 67.15 | - |
| YUV | 75.46 | 208.44 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 218 | 0.40 | 0.91 | 0 | 0.15 | 273.33 | 0.83 | 0.47 |
| Hex | 82 | 14 | DA | 28 | 5B | 0 | F | 111 | 53 | 2F |
| Octal | 202 | 24 | 332 | 50 | 133 | 0 | 17 | 421 | 123 | 57 |
| Binary | 10000010 | 10100 | 11011010 | 101000 | 1011011 | 0 | 1111 | 100010001 | 1010011 | 101111 |
Color Harmonies of #8214DA
Complementary color
Monochromatic Colors of #8214DA
Black with #8214DA
Text Example
Text Example
White with #8214DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8214DA; }
p { color: rgb(130,20,218); }
H1.HeaderClassName
{
color: #8214DA;
}
.AnyTagClassName
{
color: #8214DA;
}
</style>
background-color css
<style>
a { background-color: #8214DA; }
a { background-color: rgb(130,20,218); }
div.DivClassName
{
background-color: #8214DA;
}
.BgClassName
{
background-color: #8214DA;
}
</style>
border-color css
<style>
span { border-color: #8214DA; }
span { border-color: rgb(130,20,218); }
td.TdClassName
{
border-color: #8214DA;
}
.TagClassName
{
border-color: #8214DA;
}
</style>