Shades of Blue Violet #833AEF
Tints of Blue Violet #833AEF
RGB
CMYK
RGB Variations
Color information
#833AEF (or 0x833AEF) is known color: Blue Violet. HEX triplet: 83, 3A and EF. RGB value is (131,58,239). Sum of RGB (Red+Green+Blue) = 131+58+239=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #833AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833AEF is #7CC510. Grayscale: #636363. Windows color (decimal): -8176913 or 15678083. OLE color: 15678083.
HSL color Cylindrical-coordinate representation of color #833AEF: hue angle of 264.2º 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 #833AEF is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 58 | 239 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.06 |
| HSL | 264.2º | 0.85% | 0.58% | - |
| HSV(B) | 264.2º | 0.76% | 0.94% | - |
| XYZ | 26.45 | 14.08 | 82.99 | - |
| YUV | 100.46 | 206.18 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 239 | 0.45 | 0.76 | 0 | 0.06 | 264.2 | 0.85 | 0.58 |
| Hex | 83 | 3A | EF | 2D | 4C | 0 | 6 | 108 | 55 | 3A |
| Octal | 203 | 72 | 357 | 55 | 114 | 0 | 6 | 410 | 125 | 72 |
| Binary | 10000011 | 111010 | 11101111 | 101101 | 1001100 | 0 | 110 | 100001000 | 1010101 | 111010 |
Color Harmonies of #833AEF
Complementary color
Monochromatic Colors of #833AEF
Black with #833AEF
Text Example
Text Example
White with #833AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833AEF; }
p { color: rgb(131,58,239); }
H1.HeaderClassName
{
color: #833AEF;
}
.AnyTagClassName
{
color: #833AEF;
}
</style>
background-color css
<style>
a { background-color: #833AEF; }
a { background-color: rgb(131,58,239); }
div.DivClassName
{
background-color: #833AEF;
}
.BgClassName
{
background-color: #833AEF;
}
</style>
border-color css
<style>
span { border-color: #833AEF; }
span { border-color: rgb(131,58,239); }
td.TdClassName
{
border-color: #833AEF;
}
.TagClassName
{
border-color: #833AEF;
}
</style>