Shades of Blue Violet #8329CE
Tints of Blue Violet #8329CE
RGB
CMYK
RGB Variations
Color information
#8329CE (or 0x8329CE) is known color: Blue Violet. HEX triplet: 83, 29 and CE. RGB value is (131,41,206). Sum of RGB (Red+Green+Blue) = 131+41+206=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #8329CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8329CE is #7CD631. Grayscale: #565656. Windows color (decimal): -8181298 or 13511043. OLE color: 13511043.
HSL color Cylindrical-coordinate representation of color #8329CE: hue angle of 272.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8329CE is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 41 | 206 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.19 |
| HSL | 272.73º | 0.67% | 0.48% | - |
| HSV(B) | 272.73º | 0.8% | 0.81% | - |
| XYZ | 21.29 | 10.87 | 59.37 | - |
| YUV | 86.72 | 195.32 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 206 | 0.36 | 0.80 | 0 | 0.19 | 272.73 | 0.67 | 0.48 |
| Hex | 83 | 29 | CE | 24 | 50 | 0 | 13 | 111 | 43 | 30 |
| Octal | 203 | 51 | 316 | 44 | 120 | 0 | 23 | 421 | 103 | 60 |
| Binary | 10000011 | 101001 | 11001110 | 100100 | 1010000 | 0 | 10011 | 100010001 | 1000011 | 110000 |
Color Harmonies of #8329CE
Complementary color
Monochromatic Colors of #8329CE
Black with #8329CE
Text Example
Text Example
White with #8329CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8329CE; }
p { color: rgb(131,41,206); }
H1.HeaderClassName
{
color: #8329CE;
}
.AnyTagClassName
{
color: #8329CE;
}
</style>
background-color css
<style>
a { background-color: #8329CE; }
a { background-color: rgb(131,41,206); }
div.DivClassName
{
background-color: #8329CE;
}
.BgClassName
{
background-color: #8329CE;
}
</style>
border-color css
<style>
span { border-color: #8329CE; }
span { border-color: rgb(131,41,206); }
td.TdClassName
{
border-color: #8329CE;
}
.TagClassName
{
border-color: #8329CE;
}
</style>