Shades of Blue Violet #8129D7
Tints of Blue Violet #8129D7
RGB
CMYK
RGB Variations
Color information
#8129D7 (or 0x8129D7) is known color: Blue Violet. HEX triplet: 81, 29 and D7. RGB value is (129,41,215). Sum of RGB (Red+Green+Blue) = 129+41+215=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 215 (84.38% from 255 or 55.84% from 385); Max value from RGB is 215 - color contains mainly: blue. Hex color #8129D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8129D7 is #7ED628. Grayscale: #565656. Windows color (decimal): -8312361 or 14100865. OLE color: 14100865.
HSL color Cylindrical-coordinate representation of color #8129D7: hue angle of 270.34º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8129D7 is Cyan = 0.4, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 41 | 215 | - |
| CMYK | 0.4 | 0.81 | 0 | 0.16 |
| HSL | 270.34º | 0.69% | 0.5% | - |
| HSV(B) | 270.34º | 0.81% | 0.84% | - |
| XYZ | 22.11 | 11.16 | 65.28 | - |
| YUV | 87.15 | 200.15 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 215 | 0.4 | 0.81 | 0 | 0.16 | 270.34 | 0.69 | 0.5 |
| Hex | 81 | 29 | D7 | 28 | 51 | 0 | 10 | 10E | 45 | 32 |
| Octal | 201 | 51 | 327 | 50 | 121 | 0 | 20 | 416 | 105 | 62 |
| Binary | 10000001 | 101001 | 11010111 | 101000 | 1010001 | 0 | 10000 | 100001110 | 1000101 | 110010 |
Color Harmonies of #8129D7
Complementary color
Monochromatic Colors of #8129D7
Black with #8129D7
Text Example
Text Example
White with #8129D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8129D7; }
p { color: rgb(129,41,215); }
H1.HeaderClassName
{
color: #8129D7;
}
.AnyTagClassName
{
color: #8129D7;
}
</style>
background-color css
<style>
a { background-color: #8129D7; }
a { background-color: rgb(129,41,215); }
div.DivClassName
{
background-color: #8129D7;
}
.BgClassName
{
background-color: #8129D7;
}
</style>
border-color css
<style>
span { border-color: #8129D7; }
span { border-color: rgb(129,41,215); }
td.TdClassName
{
border-color: #8129D7;
}
.TagClassName
{
border-color: #8129D7;
}
</style>