Shades of Blue Violet #8126FF
Tints of Blue Violet #8126FF
RGB
CMYK
RGB Variations
Color information
#8126FF (or 0x8126FF) is known color: Blue Violet. HEX triplet: 81, 26 and FF. RGB value is (129,38,255). Sum of RGB (Red+Green+Blue) = 129+38+255=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #8126FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8126FF is #7ED900. Grayscale: #595959. Windows color (decimal): -8313089 or 16721537. OLE color: 16721537.
HSL color Cylindrical-coordinate representation of color #8126FF: hue angle of 265.16º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8126FF is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 38 | 255 | - |
| CMYK | 0.49 | 0.85 | 0 | 0 |
| HSL | 265.16º | 1% | 0.57% | - |
| HSV(B) | 265.16º | 0.85% | 1% | - |
| XYZ | 27.8 | 13.27 | 95.7 | - |
| YUV | 89.95 | 221.15 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 38 | 255 | 0.49 | 0.85 | 0 | 0 | 265.16 | 1 | 0.57 |
| Hex | 81 | 26 | FF | 31 | 55 | 0 | 0 | 109 | 64 | 39 |
| Octal | 201 | 46 | 377 | 61 | 125 | 0 | 0 | 411 | 144 | 71 |
| Binary | 10000001 | 100110 | 11111111 | 110001 | 1010101 | 0 | 0 | 100001001 | 1100100 | 111001 |
Color Harmonies of #8126FF
Complementary color
Monochromatic Colors of #8126FF
Black with #8126FF
Text Example
Text Example
White with #8126FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8126FF; }
p { color: rgb(129,38,255); }
H1.HeaderClassName
{
color: #8126FF;
}
.AnyTagClassName
{
color: #8126FF;
}
</style>
background-color css
<style>
a { background-color: #8126FF; }
a { background-color: rgb(129,38,255); }
div.DivClassName
{
background-color: #8126FF;
}
.BgClassName
{
background-color: #8126FF;
}
</style>
border-color css
<style>
span { border-color: #8126FF; }
span { border-color: rgb(129,38,255); }
td.TdClassName
{
border-color: #8126FF;
}
.TagClassName
{
border-color: #8126FF;
}
</style>