Shades of Blue Violet #8143EF
Tints of Blue Violet #8143EF
RGB
CMYK
RGB Variations
Color information
#8143EF (or 0x8143EF) is known color: Blue Violet. HEX triplet: 81, 43 and EF. RGB value is (129,67,239). Sum of RGB (Red+Green+Blue) = 129+67+239=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #8143EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8143EF is #7EBC10. Grayscale: #686868. Windows color (decimal): -8305681 or 15680385. OLE color: 15680385.
HSL color Cylindrical-coordinate representation of color #8143EF: hue angle of 261.63º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8143EF is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 67 | 239 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.06 |
| HSL | 261.63º | 0.84% | 0.6% | - |
| HSV(B) | 261.63º | 0.72% | 0.94% | - |
| XYZ | 26.64 | 14.91 | 83.14 | - |
| YUV | 105.15 | 203.54 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 67 | 239 | 0.46 | 0.72 | 0 | 0.06 | 261.63 | 0.84 | 0.6 |
| Hex | 81 | 43 | EF | 2E | 48 | 0 | 6 | 106 | 54 | 3C |
| Octal | 201 | 103 | 357 | 56 | 110 | 0 | 6 | 406 | 124 | 74 |
| Binary | 10000001 | 1000011 | 11101111 | 101110 | 1001000 | 0 | 110 | 100000110 | 1010100 | 111100 |
Color Harmonies of #8143EF
Complementary color
Monochromatic Colors of #8143EF
Black with #8143EF
Text Example
Text Example
White with #8143EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8143EF; }
p { color: rgb(129,67,239); }
H1.HeaderClassName
{
color: #8143EF;
}
.AnyTagClassName
{
color: #8143EF;
}
</style>
background-color css
<style>
a { background-color: #8143EF; }
a { background-color: rgb(129,67,239); }
div.DivClassName
{
background-color: #8143EF;
}
.BgClassName
{
background-color: #8143EF;
}
</style>
border-color css
<style>
span { border-color: #8143EF; }
span { border-color: rgb(129,67,239); }
td.TdClassName
{
border-color: #8143EF;
}
.TagClassName
{
border-color: #8143EF;
}
</style>