Shades of Blue Violet #8040D2
Tints of Blue Violet #8040D2
RGB
CMYK
RGB Variations
Color information
#8040D2 (or 0x8040D2) is known color: Blue Violet. HEX triplet: 80, 40 and D2. RGB value is (128,64,210). Sum of RGB (Red+Green+Blue) = 128+64+210=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 210 (82.42% from 255 or 52.24% from 402); Max value from RGB is 210 - color contains mainly: blue. Hex color #8040D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8040D2 is #7FBF2D. Grayscale: #636363. Windows color (decimal): -8372014 or 13779072. OLE color: 13779072.
HSL color Cylindrical-coordinate representation of color #8040D2: hue angle of 266.3º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8040D2 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 64 | 210 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.18 |
| HSL | 266.3º | 0.62% | 0.54% | - |
| HSV(B) | 266.3º | 0.7% | 0.82% | - |
| XYZ | 22.37 | 12.91 | 62.29 | - |
| YUV | 99.78 | 190.2 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 210 | 0.39 | 0.70 | 0 | 0.18 | 266.3 | 0.62 | 0.54 |
| Hex | 80 | 40 | D2 | 27 | 46 | 0 | 12 | 10A | 3E | 36 |
| Octal | 200 | 100 | 322 | 47 | 106 | 0 | 22 | 412 | 76 | 66 |
| Binary | 10000000 | 1000000 | 11010010 | 100111 | 1000110 | 0 | 10010 | 100001010 | 111110 | 110110 |
Color Harmonies of #8040D2
Complementary color
Monochromatic Colors of #8040D2
Black with #8040D2
Text Example
Text Example
White with #8040D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8040D2; }
p { color: rgb(128,64,210); }
H1.HeaderClassName
{
color: #8040D2;
}
.AnyTagClassName
{
color: #8040D2;
}
</style>
background-color css
<style>
a { background-color: #8040D2; }
a { background-color: rgb(128,64,210); }
div.DivClassName
{
background-color: #8040D2;
}
.BgClassName
{
background-color: #8040D2;
}
</style>
border-color css
<style>
span { border-color: #8040D2; }
span { border-color: rgb(128,64,210); }
td.TdClassName
{
border-color: #8040D2;
}
.TagClassName
{
border-color: #8040D2;
}
</style>