Shades of Blue Violet #8126EA
Tints of Blue Violet #8126EA
RGB
CMYK
RGB Variations
Color information
#8126EA (or 0x8126EA) is known color: Blue Violet. HEX triplet: 81, 26 and EA. RGB value is (129,38,234). Sum of RGB (Red+Green+Blue) = 129+38+234=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #8126EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8126EA is #7ED915. Grayscale: #565656. Windows color (decimal): -8313110 or 15345281. OLE color: 15345281.
HSL color Cylindrical-coordinate representation of color #8126EA: hue angle of 267.86º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8126EA is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 38 | 234 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.08 |
| HSL | 267.86º | 0.82% | 0.53% | - |
| HSV(B) | 267.86º | 0.84% | 0.92% | - |
| XYZ | 24.6 | 11.99 | 78.86 | - |
| YUV | 87.55 | 210.65 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 38 | 234 | 0.45 | 0.84 | 0 | 0.08 | 267.86 | 0.82 | 0.53 |
| Hex | 81 | 26 | EA | 2D | 54 | 0 | 8 | 10C | 52 | 35 |
| Octal | 201 | 46 | 352 | 55 | 124 | 0 | 10 | 414 | 122 | 65 |
| Binary | 10000001 | 100110 | 11101010 | 101101 | 1010100 | 0 | 1000 | 100001100 | 1010010 | 110101 |
Color Harmonies of #8126EA
Complementary color
Monochromatic Colors of #8126EA
Black with #8126EA
Text Example
Text Example
White with #8126EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8126EA; }
p { color: rgb(129,38,234); }
H1.HeaderClassName
{
color: #8126EA;
}
.AnyTagClassName
{
color: #8126EA;
}
</style>
background-color css
<style>
a { background-color: #8126EA; }
a { background-color: rgb(129,38,234); }
div.DivClassName
{
background-color: #8126EA;
}
.BgClassName
{
background-color: #8126EA;
}
</style>
border-color css
<style>
span { border-color: #8126EA; }
span { border-color: rgb(129,38,234); }
td.TdClassName
{
border-color: #8126EA;
}
.TagClassName
{
border-color: #8126EA;
}
</style>