Shades of Blue Violet #8140CE
Tints of Blue Violet #8140CE
RGB
CMYK
RGB Variations
Color information
#8140CE (or 0x8140CE) is known color: Blue Violet. HEX triplet: 81, 40 and CE. RGB value is (129,64,206). Sum of RGB (Red+Green+Blue) = 129+64+206=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #8140CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8140CE is #7EBF31. Grayscale: #636363. Windows color (decimal): -8306482 or 13516929. OLE color: 13516929.
HSL color Cylindrical-coordinate representation of color #8140CE: hue angle of 267.46º 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 #8140CE is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 64 | 206 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.19 |
| HSL | 267.46º | 0.59% | 0.53% | - |
| HSV(B) | 267.46º | 0.69% | 0.81% | - |
| XYZ | 22.03 | 12.79 | 59.7 | - |
| YUV | 99.62 | 188.03 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 64 | 206 | 0.37 | 0.69 | 0 | 0.19 | 267.46 | 0.59 | 0.53 |
| Hex | 81 | 40 | CE | 25 | 45 | 0 | 13 | 10B | 3B | 35 |
| Octal | 201 | 100 | 316 | 45 | 105 | 0 | 23 | 413 | 73 | 65 |
| Binary | 10000001 | 1000000 | 11001110 | 100101 | 1000101 | 0 | 10011 | 100001011 | 111011 | 110101 |
Color Harmonies of #8140CE
Complementary color
Monochromatic Colors of #8140CE
Black with #8140CE
Text Example
Text Example
White with #8140CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8140CE; }
p { color: rgb(129,64,206); }
H1.HeaderClassName
{
color: #8140CE;
}
.AnyTagClassName
{
color: #8140CE;
}
</style>
background-color css
<style>
a { background-color: #8140CE; }
a { background-color: rgb(129,64,206); }
div.DivClassName
{
background-color: #8140CE;
}
.BgClassName
{
background-color: #8140CE;
}
</style>
border-color css
<style>
span { border-color: #8140CE; }
span { border-color: rgb(129,64,206); }
td.TdClassName
{
border-color: #8140CE;
}
.TagClassName
{
border-color: #8140CE;
}
</style>