Shades of Blue Violet #8240CE
Tints of Blue Violet #8240CE
RGB
CMYK
RGB Variations
Color information
#8240CE (or 0x8240CE) is known color: Blue Violet. HEX triplet: 82, 40 and CE. RGB value is (130,64,206). Sum of RGB (Red+Green+Blue) = 130+64+206=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #8240CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8240CE is #7DBF31. Grayscale: #636363. Windows color (decimal): -8240946 or 13516930. OLE color: 13516930.
HSL color Cylindrical-coordinate representation of color #8240CE: hue angle of 267.89º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8240CE is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 64 | 206 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.19 |
| HSL | 267.89º | 0.59% | 0.53% | - |
| HSV(B) | 267.89º | 0.69% | 0.81% | - |
| XYZ | 22.18 | 12.87 | 59.71 | - |
| YUV | 99.92 | 187.87 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 206 | 0.37 | 0.69 | 0 | 0.19 | 267.89 | 0.59 | 0.53 |
| Hex | 82 | 40 | CE | 25 | 45 | 0 | 13 | 10C | 3B | 35 |
| Octal | 202 | 100 | 316 | 45 | 105 | 0 | 23 | 414 | 73 | 65 |
| Binary | 10000010 | 1000000 | 11001110 | 100101 | 1000101 | 0 | 10011 | 100001100 | 111011 | 110101 |
Color Harmonies of #8240CE
Complementary color
Monochromatic Colors of #8240CE
Black with #8240CE
Text Example
Text Example
White with #8240CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8240CE; }
p { color: rgb(130,64,206); }
H1.HeaderClassName
{
color: #8240CE;
}
.AnyTagClassName
{
color: #8240CE;
}
</style>
background-color css
<style>
a { background-color: #8240CE; }
a { background-color: rgb(130,64,206); }
div.DivClassName
{
background-color: #8240CE;
}
.BgClassName
{
background-color: #8240CE;
}
</style>
border-color css
<style>
span { border-color: #8240CE; }
span { border-color: rgb(130,64,206); }
td.TdClassName
{
border-color: #8240CE;
}
.TagClassName
{
border-color: #8240CE;
}
</style>