Shades of Blue Violet #8129EE
Tints of Blue Violet #8129EE
RGB
CMYK
RGB Variations
Color information
#8129EE (or 0x8129EE) is known color: Blue Violet. HEX triplet: 81, 29 and EE. RGB value is (129,41,238). Sum of RGB (Red+Green+Blue) = 129+41+238=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #8129EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8129EE is #7ED611. Grayscale: #595959. Windows color (decimal): -8312338 or 15608193. OLE color: 15608193.
HSL color Cylindrical-coordinate representation of color #8129EE: hue angle of 266.8º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8129EE is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 41 | 238 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.07 |
| HSL | 266.8º | 0.85% | 0.55% | - |
| HSV(B) | 266.8º | 0.83% | 0.93% | - |
| XYZ | 25.28 | 12.43 | 81.96 | - |
| YUV | 89.77 | 211.65 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 238 | 0.46 | 0.83 | 0 | 0.07 | 266.8 | 0.85 | 0.55 |
| Hex | 81 | 29 | EE | 2E | 53 | 0 | 7 | 10B | 55 | 37 |
| Octal | 201 | 51 | 356 | 56 | 123 | 0 | 7 | 413 | 125 | 67 |
| Binary | 10000001 | 101001 | 11101110 | 101110 | 1010011 | 0 | 111 | 100001011 | 1010101 | 110111 |
Color Harmonies of #8129EE
Complementary color
Monochromatic Colors of #8129EE
Black with #8129EE
Text Example
Text Example
White with #8129EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8129EE; }
p { color: rgb(129,41,238); }
H1.HeaderClassName
{
color: #8129EE;
}
.AnyTagClassName
{
color: #8129EE;
}
</style>
background-color css
<style>
a { background-color: #8129EE; }
a { background-color: rgb(129,41,238); }
div.DivClassName
{
background-color: #8129EE;
}
.BgClassName
{
background-color: #8129EE;
}
</style>
border-color css
<style>
span { border-color: #8129EE; }
span { border-color: rgb(129,41,238); }
td.TdClassName
{
border-color: #8129EE;
}
.TagClassName
{
border-color: #8129EE;
}
</style>