Shades of Blue Violet #8129CA
Tints of Blue Violet #8129CA
RGB
CMYK
RGB Variations
Color information
#8129CA (or 0x8129CA) is known color: Blue Violet. HEX triplet: 81, 29 and CA. RGB value is (129,41,202). Sum of RGB (Red+Green+Blue) = 129+41+202=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #8129CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8129CA is #7ED635. Grayscale: #555555. Windows color (decimal): -8312374 or 13248897. OLE color: 13248897.
HSL color Cylindrical-coordinate representation of color #8129CA: hue angle of 272.8º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8129CA is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 41 | 202 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.21 |
| HSL | 272.8º | 0.66% | 0.48% | - |
| HSV(B) | 272.8º | 0.8% | 0.79% | - |
| XYZ | 20.51 | 10.52 | 56.83 | - |
| YUV | 85.67 | 193.65 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 202 | 0.36 | 0.80 | 0 | 0.21 | 272.8 | 0.66 | 0.48 |
| Hex | 81 | 29 | CA | 24 | 50 | 0 | 15 | 111 | 42 | 30 |
| Octal | 201 | 51 | 312 | 44 | 120 | 0 | 25 | 421 | 102 | 60 |
| Binary | 10000001 | 101001 | 11001010 | 100100 | 1010000 | 0 | 10101 | 100010001 | 1000010 | 110000 |
Color Harmonies of #8129CA
Complementary color
Monochromatic Colors of #8129CA
Black with #8129CA
Text Example
Text Example
White with #8129CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8129CA; }
p { color: rgb(129,41,202); }
H1.HeaderClassName
{
color: #8129CA;
}
.AnyTagClassName
{
color: #8129CA;
}
</style>
background-color css
<style>
a { background-color: #8129CA; }
a { background-color: rgb(129,41,202); }
div.DivClassName
{
background-color: #8129CA;
}
.BgClassName
{
background-color: #8129CA;
}
</style>
border-color css
<style>
span { border-color: #8129CA; }
span { border-color: rgb(129,41,202); }
td.TdClassName
{
border-color: #8129CA;
}
.TagClassName
{
border-color: #8129CA;
}
</style>