Shades of Blue Violet #8148EF
Tints of Blue Violet #8148EF
RGB
CMYK
RGB Variations
Color information
#8148EF (or 0x8148EF) is known color: Blue Violet. HEX triplet: 81, 48 and EF. RGB value is (129,72,239). Sum of RGB (Red+Green+Blue) = 129+72+239=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #8148EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8148EF is #7EB710. Grayscale: #6B6B6B. Windows color (decimal): -8304401 or 15681665. OLE color: 15681665.
HSL color Cylindrical-coordinate representation of color #8148EF: hue angle of 260.48º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8148EF is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 72 | 239 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.06 |
| HSL | 260.48º | 0.84% | 0.61% | - |
| HSV(B) | 260.48º | 0.7% | 0.94% | - |
| XYZ | 26.95 | 15.53 | 83.24 | - |
| YUV | 108.08 | 201.88 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 72 | 239 | 0.46 | 0.70 | 0 | 0.06 | 260.48 | 0.84 | 0.61 |
| Hex | 81 | 48 | EF | 2E | 46 | 0 | 6 | 104 | 54 | 3D |
| Octal | 201 | 110 | 357 | 56 | 106 | 0 | 6 | 404 | 124 | 75 |
| Binary | 10000001 | 1001000 | 11101111 | 101110 | 1000110 | 0 | 110 | 100000100 | 1010100 | 111101 |
Color Harmonies of #8148EF
Complementary color
Monochromatic Colors of #8148EF
Black with #8148EF
Text Example
Text Example
White with #8148EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8148EF; }
p { color: rgb(129,72,239); }
H1.HeaderClassName
{
color: #8148EF;
}
.AnyTagClassName
{
color: #8148EF;
}
</style>
background-color css
<style>
a { background-color: #8148EF; }
a { background-color: rgb(129,72,239); }
div.DivClassName
{
background-color: #8148EF;
}
.BgClassName
{
background-color: #8148EF;
}
</style>
border-color css
<style>
span { border-color: #8148EF; }
span { border-color: rgb(129,72,239); }
td.TdClassName
{
border-color: #8148EF;
}
.TagClassName
{
border-color: #8148EF;
}
</style>