Shades of Blue Violet #833EEB
Tints of Blue Violet #833EEB
RGB
CMYK
RGB Variations
Color information
#833EEB (or 0x833EEB) is known color: Blue Violet. HEX triplet: 83, 3E and EB. RGB value is (131,62,235). Sum of RGB (Red+Green+Blue) = 131+62+235=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #833EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833EEB is #7CC114. Grayscale: #656565. Windows color (decimal): -8175893 or 15416963. OLE color: 15416963.
HSL color Cylindrical-coordinate representation of color #833EEB: hue angle of 263.93º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #833EEB is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 62 | 235 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.08 |
| HSL | 263.93º | 0.81% | 0.58% | - |
| HSV(B) | 263.93º | 0.74% | 0.92% | - |
| XYZ | 26.08 | 14.27 | 79.98 | - |
| YUV | 102.35 | 202.86 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 235 | 0.44 | 0.74 | 0 | 0.08 | 263.93 | 0.81 | 0.58 |
| Hex | 83 | 3E | EB | 2C | 4A | 0 | 8 | 108 | 51 | 3A |
| Octal | 203 | 76 | 353 | 54 | 112 | 0 | 10 | 410 | 121 | 72 |
| Binary | 10000011 | 111110 | 11101011 | 101100 | 1001010 | 0 | 1000 | 100001000 | 1010001 | 111010 |
Color Harmonies of #833EEB
Complementary color
Monochromatic Colors of #833EEB
Black with #833EEB
Text Example
Text Example
White with #833EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833EEB; }
p { color: rgb(131,62,235); }
H1.HeaderClassName
{
color: #833EEB;
}
.AnyTagClassName
{
color: #833EEB;
}
</style>
background-color css
<style>
a { background-color: #833EEB; }
a { background-color: rgb(131,62,235); }
div.DivClassName
{
background-color: #833EEB;
}
.BgClassName
{
background-color: #833EEB;
}
</style>
border-color css
<style>
span { border-color: #833EEB; }
span { border-color: rgb(131,62,235); }
td.TdClassName
{
border-color: #833EEB;
}
.TagClassName
{
border-color: #833EEB;
}
</style>