Shades of Blue Violet #8338EF
Tints of Blue Violet #8338EF
RGB
CMYK
RGB Variations
Color information
#8338EF (or 0x8338EF) is known color: Blue Violet. HEX triplet: 83, 38 and EF. RGB value is (131,56,239). Sum of RGB (Red+Green+Blue) = 131+56+239=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 56 (22.27% from 255 or 13.15% 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 #8338EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8338EF is #7CC710. Grayscale: #626262. Windows color (decimal): -8177425 or 15677571. OLE color: 15677571.
HSL color Cylindrical-coordinate representation of color #8338EF: hue angle of 264.59º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8338EF is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 56 | 239 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.06 |
| HSL | 264.59º | 0.85% | 0.58% | - |
| HSV(B) | 264.59º | 0.77% | 0.94% | - |
| XYZ | 26.35 | 13.89 | 82.95 | - |
| YUV | 99.29 | 206.85 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 56 | 239 | 0.45 | 0.77 | 0 | 0.06 | 264.59 | 0.85 | 0.58 |
| Hex | 83 | 38 | EF | 2D | 4D | 0 | 6 | 109 | 55 | 3A |
| Octal | 203 | 70 | 357 | 55 | 115 | 0 | 6 | 411 | 125 | 72 |
| Binary | 10000011 | 111000 | 11101111 | 101101 | 1001101 | 0 | 110 | 100001001 | 1010101 | 111010 |
Color Harmonies of #8338EF
Complementary color
Monochromatic Colors of #8338EF
Black with #8338EF
Text Example
Text Example
White with #8338EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8338EF; }
p { color: rgb(131,56,239); }
H1.HeaderClassName
{
color: #8338EF;
}
.AnyTagClassName
{
color: #8338EF;
}
</style>
background-color css
<style>
a { background-color: #8338EF; }
a { background-color: rgb(131,56,239); }
div.DivClassName
{
background-color: #8338EF;
}
.BgClassName
{
background-color: #8338EF;
}
</style>
border-color css
<style>
span { border-color: #8338EF; }
span { border-color: rgb(131,56,239); }
td.TdClassName
{
border-color: #8338EF;
}
.TagClassName
{
border-color: #8338EF;
}
</style>