Shades of Blue Violet #8040D6
Tints of Blue Violet #8040D6
RGB
CMYK
RGB Variations
Color information
#8040D6 (or 0x8040D6) is known color: Blue Violet. HEX triplet: 80, 40 and D6. RGB value is (128,64,214). Sum of RGB (Red+Green+Blue) = 128+64+214=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 214 (83.98% from 255 or 52.71% from 406); Max value from RGB is 214 - color contains mainly: blue. Hex color #8040D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8040D6 is #7FBF29. Grayscale: #636363. Windows color (decimal): -8372010 or 14041216. OLE color: 14041216.
HSL color Cylindrical-coordinate representation of color #8040D6: hue angle of 265.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8040D6 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 64 | 214 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.16 |
| HSL | 265.6º | 0.65% | 0.55% | - |
| HSV(B) | 265.6º | 0.7% | 0.84% | - |
| XYZ | 22.87 | 13.11 | 64.94 | - |
| YUV | 100.24 | 192.2 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 214 | 0.40 | 0.70 | 0 | 0.16 | 265.6 | 0.65 | 0.55 |
| Hex | 80 | 40 | D6 | 28 | 46 | 0 | 10 | 10A | 41 | 37 |
| Octal | 200 | 100 | 326 | 50 | 106 | 0 | 20 | 412 | 101 | 67 |
| Binary | 10000000 | 1000000 | 11010110 | 101000 | 1000110 | 0 | 10000 | 100001010 | 1000001 | 110111 |
Color Harmonies of #8040D6
Complementary color
Monochromatic Colors of #8040D6
Black with #8040D6
Text Example
Text Example
White with #8040D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8040D6; }
p { color: rgb(128,64,214); }
H1.HeaderClassName
{
color: #8040D6;
}
.AnyTagClassName
{
color: #8040D6;
}
</style>
background-color css
<style>
a { background-color: #8040D6; }
a { background-color: rgb(128,64,214); }
div.DivClassName
{
background-color: #8040D6;
}
.BgClassName
{
background-color: #8040D6;
}
</style>
border-color css
<style>
span { border-color: #8040D6; }
span { border-color: rgb(128,64,214); }
td.TdClassName
{
border-color: #8040D6;
}
.TagClassName
{
border-color: #8040D6;
}
</style>