Shades of Blue Violet #8214DC
Tints of Blue Violet #8214DC
RGB
CMYK
RGB Variations
Color information
#8214DC (or 0x8214DC) is known color: Blue Violet. HEX triplet: 82, 14 and DC. RGB value is (130,20,220). Sum of RGB (Red+Green+Blue) = 130+20+220=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #8214DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8214DC is #7DEB23. Grayscale: #4B4B4B. Windows color (decimal): -8252196 or 14423170. OLE color: 14423170.
HSL color Cylindrical-coordinate representation of color #8214DC: hue angle of 273º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8214DC is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 20 | 220 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.14 |
| HSL | 273º | 0.83% | 0.47% | - |
| HSV(B) | 273º | 0.91% | 0.86% | - |
| XYZ | 22.37 | 10.41 | 68.54 | - |
| YUV | 75.69 | 209.44 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 220 | 0.41 | 0.91 | 0 | 0.14 | 273 | 0.83 | 0.47 |
| Hex | 82 | 14 | DC | 29 | 5B | 0 | E | 111 | 53 | 2F |
| Octal | 202 | 24 | 334 | 51 | 133 | 0 | 16 | 421 | 123 | 57 |
| Binary | 10000010 | 10100 | 11011100 | 101001 | 1011011 | 0 | 1110 | 100010001 | 1010011 | 101111 |
Color Harmonies of #8214DC
Complementary color
Monochromatic Colors of #8214DC
Black with #8214DC
Text Example
Text Example
White with #8214DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8214DC; }
p { color: rgb(130,20,220); }
H1.HeaderClassName
{
color: #8214DC;
}
.AnyTagClassName
{
color: #8214DC;
}
</style>
background-color css
<style>
a { background-color: #8214DC; }
a { background-color: rgb(130,20,220); }
div.DivClassName
{
background-color: #8214DC;
}
.BgClassName
{
background-color: #8214DC;
}
</style>
border-color css
<style>
span { border-color: #8214DC; }
span { border-color: rgb(130,20,220); }
td.TdClassName
{
border-color: #8214DC;
}
.TagClassName
{
border-color: #8214DC;
}
</style>