Shades of Blue Violet #8114D6
Tints of Blue Violet #8114D6
RGB
CMYK
RGB Variations
Color information
#8114D6 (or 0x8114D6) is known color: Blue Violet. HEX triplet: 81, 14 and D6. RGB value is (129,20,214). Sum of RGB (Red+Green+Blue) = 129+20+214=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 214 (83.98% from 255 or 58.95% from 363); Max value from RGB is 214 - color contains mainly: blue. Hex color #8114D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8114D6 is #7EEB29. Grayscale: #4A4A4A. Windows color (decimal): -8317738 or 14029953. OLE color: 14029953.
HSL color Cylindrical-coordinate representation of color #8114D6: hue angle of 273.71º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8114D6 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 20 | 214 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.16 |
| HSL | 273.71º | 0.83% | 0.46% | - |
| HSV(B) | 273.71º | 0.91% | 0.84% | - |
| XYZ | 21.44 | 10.02 | 64.42 | - |
| YUV | 74.71 | 206.61 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 20 | 214 | 0.40 | 0.91 | 0 | 0.16 | 273.71 | 0.83 | 0.46 |
| Hex | 81 | 14 | D6 | 28 | 5B | 0 | 10 | 112 | 53 | 2E |
| Octal | 201 | 24 | 326 | 50 | 133 | 0 | 20 | 422 | 123 | 56 |
| Binary | 10000001 | 10100 | 11010110 | 101000 | 1011011 | 0 | 10000 | 100010010 | 1010011 | 101110 |
Color Harmonies of #8114D6
Complementary color
Monochromatic Colors of #8114D6
Black with #8114D6
Text Example
Text Example
White with #8114D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8114D6; }
p { color: rgb(129,20,214); }
H1.HeaderClassName
{
color: #8114D6;
}
.AnyTagClassName
{
color: #8114D6;
}
</style>
background-color css
<style>
a { background-color: #8114D6; }
a { background-color: rgb(129,20,214); }
div.DivClassName
{
background-color: #8114D6;
}
.BgClassName
{
background-color: #8114D6;
}
</style>
border-color css
<style>
span { border-color: #8114D6; }
span { border-color: rgb(129,20,214); }
td.TdClassName
{
border-color: #8114D6;
}
.TagClassName
{
border-color: #8114D6;
}
</style>