Shades of Blue Violet #8129CE
Tints of Blue Violet #8129CE
RGB
CMYK
RGB Variations
Color information
#8129CE (or 0x8129CE) is known color: Blue Violet. HEX triplet: 81, 29 and CE. RGB value is (129,41,206). Sum of RGB (Red+Green+Blue) = 129+41+206=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #8129CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8129CE is #7ED631. Grayscale: #555555. Windows color (decimal): -8312370 or 13511041. OLE color: 13511041.
HSL color Cylindrical-coordinate representation of color #8129CE: hue angle of 272º 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 #8129CE is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 41 | 206 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.19 |
| HSL | 272º | 0.67% | 0.48% | - |
| HSV(B) | 272º | 0.8% | 0.81% | - |
| XYZ | 20.99 | 10.71 | 59.35 | - |
| YUV | 86.12 | 195.65 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 206 | 0.37 | 0.80 | 0 | 0.19 | 272 | 0.67 | 0.48 |
| Hex | 81 | 29 | CE | 25 | 50 | 0 | 13 | 110 | 43 | 30 |
| Octal | 201 | 51 | 316 | 45 | 120 | 0 | 23 | 420 | 103 | 60 |
| Binary | 10000001 | 101001 | 11001110 | 100101 | 1010000 | 0 | 10011 | 100010000 | 1000011 | 110000 |
Color Harmonies of #8129CE
Complementary color
Monochromatic Colors of #8129CE
Black with #8129CE
Text Example
Text Example
White with #8129CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8129CE; }
p { color: rgb(129,41,206); }
H1.HeaderClassName
{
color: #8129CE;
}
.AnyTagClassName
{
color: #8129CE;
}
</style>
background-color css
<style>
a { background-color: #8129CE; }
a { background-color: rgb(129,41,206); }
div.DivClassName
{
background-color: #8129CE;
}
.BgClassName
{
background-color: #8129CE;
}
</style>
border-color css
<style>
span { border-color: #8129CE; }
span { border-color: rgb(129,41,206); }
td.TdClassName
{
border-color: #8129CE;
}
.TagClassName
{
border-color: #8129CE;
}
</style>