Shades of Blue Violet #8040DF
Tints of Blue Violet #8040DF
RGB
CMYK
RGB Variations
Color information
#8040DF (or 0x8040DF) is known color: Blue Violet. HEX triplet: 80, 40 and DF. RGB value is (128,64,223). Sum of RGB (Red+Green+Blue) = 128+64+223=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #8040DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8040DF is #7FBF20. Grayscale: #646464. Windows color (decimal): -8372001 or 14631040. OLE color: 14631040.
HSL color Cylindrical-coordinate representation of color #8040DF: hue angle of 264.15º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8040DF is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 64 | 223 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.13 |
| HSL | 264.15º | 0.71% | 0.56% | - |
| HSV(B) | 264.15º | 0.71% | 0.87% | - |
| XYZ | 24.05 | 13.58 | 71.17 | - |
| YUV | 101.26 | 196.7 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 223 | 0.43 | 0.71 | 0 | 0.13 | 264.15 | 0.71 | 0.56 |
| Hex | 80 | 40 | DF | 2B | 47 | 0 | D | 108 | 47 | 38 |
| Octal | 200 | 100 | 337 | 53 | 107 | 0 | 15 | 410 | 107 | 70 |
| Binary | 10000000 | 1000000 | 11011111 | 101011 | 1000111 | 0 | 1101 | 100001000 | 1000111 | 111000 |
Color Harmonies of #8040DF
Complementary color
Monochromatic Colors of #8040DF
Black with #8040DF
Text Example
Text Example
White with #8040DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8040DF; }
p { color: rgb(128,64,223); }
H1.HeaderClassName
{
color: #8040DF;
}
.AnyTagClassName
{
color: #8040DF;
}
</style>
background-color css
<style>
a { background-color: #8040DF; }
a { background-color: rgb(128,64,223); }
div.DivClassName
{
background-color: #8040DF;
}
.BgClassName
{
background-color: #8040DF;
}
</style>
border-color css
<style>
span { border-color: #8040DF; }
span { border-color: rgb(128,64,223); }
td.TdClassName
{
border-color: #8040DF;
}
.TagClassName
{
border-color: #8040DF;
}
</style>