Shades of Blue Violet #833ECF
Tints of Blue Violet #833ECF
RGB
CMYK
RGB Variations
Color information
#833ECF (or 0x833ECF) is known color: Blue Violet. HEX triplet: 83, 3E and CF. RGB value is (131,62,207). Sum of RGB (Red+Green+Blue) = 131+62+207=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #833ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833ECF is #7CC130. Grayscale: #626262. Windows color (decimal): -8175921 or 13581955. OLE color: 13581955.
HSL color Cylindrical-coordinate representation of color #833ECF: hue angle of 268.55º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #833ECF is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 62 | 207 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.19 |
| HSL | 268.55º | 0.6% | 0.53% | - |
| HSV(B) | 268.55º | 0.7% | 0.81% | - |
| XYZ | 22.35 | 12.78 | 60.32 | - |
| YUV | 99.16 | 188.86 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 207 | 0.37 | 0.70 | 0 | 0.19 | 268.55 | 0.6 | 0.53 |
| Hex | 83 | 3E | CF | 25 | 46 | 0 | 13 | 10D | 3C | 35 |
| Octal | 203 | 76 | 317 | 45 | 106 | 0 | 23 | 415 | 74 | 65 |
| Binary | 10000011 | 111110 | 11001111 | 100101 | 1000110 | 0 | 10011 | 100001101 | 111100 | 110101 |
Color Harmonies of #833ECF
Complementary color
Monochromatic Colors of #833ECF
Black with #833ECF
Text Example
Text Example
White with #833ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833ECF; }
p { color: rgb(131,62,207); }
H1.HeaderClassName
{
color: #833ECF;
}
.AnyTagClassName
{
color: #833ECF;
}
</style>
background-color css
<style>
a { background-color: #833ECF; }
a { background-color: rgb(131,62,207); }
div.DivClassName
{
background-color: #833ECF;
}
.BgClassName
{
background-color: #833ECF;
}
</style>
border-color css
<style>
span { border-color: #833ECF; }
span { border-color: rgb(131,62,207); }
td.TdClassName
{
border-color: #833ECF;
}
.TagClassName
{
border-color: #833ECF;
}
</style>