Shades of Blue Violet #833EEF
Tints of Blue Violet #833EEF
RGB
CMYK
RGB Variations
Color information
#833EEF (or 0x833EEF) is known color: Blue Violet. HEX triplet: 83, 3E and EF. RGB value is (131,62,239). Sum of RGB (Red+Green+Blue) = 131+62+239=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 62 (24.61% from 255 or 14.35% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #833EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833EEF is #7CC110. Grayscale: #666666. Windows color (decimal): -8175889 or 15679107. OLE color: 15679107.
HSL color Cylindrical-coordinate representation of color #833EEF: hue angle of 263.39º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #833EEF is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 62 | 239 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.06 |
| HSL | 263.39º | 0.85% | 0.59% | - |
| HSV(B) | 263.39º | 0.74% | 0.94% | - |
| XYZ | 26.66 | 14.5 | 83.06 | - |
| YUV | 102.81 | 204.86 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 239 | 0.45 | 0.74 | 0 | 0.06 | 263.39 | 0.85 | 0.59 |
| Hex | 83 | 3E | EF | 2D | 4A | 0 | 6 | 107 | 55 | 3B |
| Octal | 203 | 76 | 357 | 55 | 112 | 0 | 6 | 407 | 125 | 73 |
| Binary | 10000011 | 111110 | 11101111 | 101101 | 1001010 | 0 | 110 | 100000111 | 1010101 | 111011 |
Color Harmonies of #833EEF
Complementary color
Monochromatic Colors of #833EEF
Black with #833EEF
Text Example
Text Example
White with #833EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833EEF; }
p { color: rgb(131,62,239); }
H1.HeaderClassName
{
color: #833EEF;
}
.AnyTagClassName
{
color: #833EEF;
}
</style>
background-color css
<style>
a { background-color: #833EEF; }
a { background-color: rgb(131,62,239); }
div.DivClassName
{
background-color: #833EEF;
}
.BgClassName
{
background-color: #833EEF;
}
</style>
border-color css
<style>
span { border-color: #833EEF; }
span { border-color: rgb(131,62,239); }
td.TdClassName
{
border-color: #833EEF;
}
.TagClassName
{
border-color: #833EEF;
}
</style>