Shades of Blue Violet #833EEA
Tints of Blue Violet #833EEA
RGB
CMYK
RGB Variations
Color information
#833EEA (or 0x833EEA) is known color: Blue Violet. HEX triplet: 83, 3E and EA. RGB value is (131,62,234). Sum of RGB (Red+Green+Blue) = 131+62+234=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #833EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833EEA is #7CC115. Grayscale: #656565. Windows color (decimal): -8175894 or 15351427. OLE color: 15351427.
HSL color Cylindrical-coordinate representation of color #833EEA: hue angle of 264.07º degrees, saturation: 0.8, 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 #833EEA is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 62 | 234 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.08 |
| HSL | 264.07º | 0.8% | 0.58% | - |
| HSV(B) | 264.07º | 0.74% | 0.92% | - |
| XYZ | 25.93 | 14.21 | 79.22 | - |
| YUV | 102.24 | 202.36 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 234 | 0.44 | 0.74 | 0 | 0.08 | 264.07 | 0.8 | 0.58 |
| Hex | 83 | 3E | EA | 2C | 4A | 0 | 8 | 108 | 50 | 3A |
| Octal | 203 | 76 | 352 | 54 | 112 | 0 | 10 | 410 | 120 | 72 |
| Binary | 10000011 | 111110 | 11101010 | 101100 | 1001010 | 0 | 1000 | 100001000 | 1010000 | 111010 |
Color Harmonies of #833EEA
Complementary color
Monochromatic Colors of #833EEA
Black with #833EEA
Text Example
Text Example
White with #833EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833EEA; }
p { color: rgb(131,62,234); }
H1.HeaderClassName
{
color: #833EEA;
}
.AnyTagClassName
{
color: #833EEA;
}
</style>
background-color css
<style>
a { background-color: #833EEA; }
a { background-color: rgb(131,62,234); }
div.DivClassName
{
background-color: #833EEA;
}
.BgClassName
{
background-color: #833EEA;
}
</style>
border-color css
<style>
span { border-color: #833EEA; }
span { border-color: rgb(131,62,234); }
td.TdClassName
{
border-color: #833EEA;
}
.TagClassName
{
border-color: #833EEA;
}
</style>