Shades of Blue Violet #8239EF
Tints of Blue Violet #8239EF
RGB
CMYK
RGB Variations
Color information
#8239EF (or 0x8239EF) is known color: Blue Violet. HEX triplet: 82, 39 and EF. RGB value is (130,57,239). Sum of RGB (Red+Green+Blue) = 130+57+239=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #8239EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8239EF is #7DC610. Grayscale: #626262. Windows color (decimal): -8242705 or 15677826. OLE color: 15677826.
HSL color Cylindrical-coordinate representation of color #8239EF: hue angle of 264.07º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8239EF is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 57 | 239 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.06 |
| HSL | 264.07º | 0.85% | 0.58% | - |
| HSV(B) | 264.07º | 0.76% | 0.94% | - |
| XYZ | 26.25 | 13.9 | 82.96 | - |
| YUV | 99.58 | 206.68 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 57 | 239 | 0.46 | 0.76 | 0 | 0.06 | 264.07 | 0.85 | 0.58 |
| Hex | 82 | 39 | EF | 2E | 4C | 0 | 6 | 108 | 55 | 3A |
| Octal | 202 | 71 | 357 | 56 | 114 | 0 | 6 | 410 | 125 | 72 |
| Binary | 10000010 | 111001 | 11101111 | 101110 | 1001100 | 0 | 110 | 100001000 | 1010101 | 111010 |
Color Harmonies of #8239EF
Complementary color
Monochromatic Colors of #8239EF
Black with #8239EF
Text Example
Text Example
White with #8239EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8239EF; }
p { color: rgb(130,57,239); }
H1.HeaderClassName
{
color: #8239EF;
}
.AnyTagClassName
{
color: #8239EF;
}
</style>
background-color css
<style>
a { background-color: #8239EF; }
a { background-color: rgb(130,57,239); }
div.DivClassName
{
background-color: #8239EF;
}
.BgClassName
{
background-color: #8239EF;
}
</style>
border-color css
<style>
span { border-color: #8239EF; }
span { border-color: rgb(130,57,239); }
td.TdClassName
{
border-color: #8239EF;
}
.TagClassName
{
border-color: #8239EF;
}
</style>